Adding WCF Service Reference To Java Application
问题 How can I add WCF Service Reference to my Java Console Application ? I want to use this method for prove the interoperability of my wcf Service. I'm newbiee to java and I don't know what do I import to java.I have service and service.wsdl but I haven't found anywhere what will I type to import my Service reference in java ? 回答1: Make your WCF service able to return a wsdl and consume that on the Java application side. 回答2: The whole point about web services is that they are interoperable -