Can a Java application call a DotNet WCF service?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
-
Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
-
Yes, it can. You are communicating via SOAP and the language used in implementing the web service does not matter. However, you cannot set up the duplex call feature of WCF.
Thank you for Replying..... Can you elaborate a bit more on this topic .An example or something.