Yes, It should work. Because wcf service response in SOAP that is acceptable by other clients also. If you have any custom class in your service that can exposed by DataContract attribute in wcf.
Don't forget to mark this post as "Answer", if it helped you.
maheshvishnu
Member
164 Points
67 Posts
I wrote wcf service in .net,Java application(client)can consume it?
Jan 29, 2013 03:20 PM|LINK
I wrote wcf service in .net,Java application(client)can consume it?
vdtrip
Member
70 Points
77 Posts
Re: I wrote wcf service in .net,Java application(client)can consume it?
Jan 29, 2013 06:44 PM|LINK
Yes, It should work. Because wcf service response in SOAP that is acceptable by other clients also. If you have any custom class in your service that can exposed by DataContract attribute in wcf.
kushalrdalal
Contributor
7200 Points
1288 Posts
Re: I wrote wcf service in .net,Java application(client)can consume it?
Jan 29, 2013 09:18 PM|LINK
Yes you can consume any webservice in any other platform.
Check this links for consuming wcf service from java client.
http://hoonzis.blogspot.com/2011/07/consuming-wcf-services-with-java-client.html
http://geekswithblogs.net/ballhaus/archive/2009/12/28/net-wcf-and-java-ws-interoperability-part1.aspx
My Blog
LinkedIn Profile