Click here to Skip to main content
15,894,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Dotnet Techies,

Good morning,

can you give me your inputs/words related to wcf.

1.how wcf service is communicated by java client.[code not required]
2. what binding we have to use.
Posted

1 solution

use webhttpbinding, if you are doing with RESTFul services like GET, POST methods
 
Share this answer
 
Comments
rajaChowdare 8-May-15 0:16am    
thank you Dnyaneshwar,
yes, i got,
To expose the services for JAVA client, we have two options:
Expose the services using SOAP protocol
Expose the services using REST approach

here is the link ,for references:
http://hoonzis.blogspot.in/2011/07/consuming-wcf-services-with-java-client.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900