Reputation: 2374
I have to consume a Java web service and want to do it using Microsoft Visual Web Developer in C#. I will be adding the endpoint of the web service as the web reference and hopefully go from there, however I am concerened if there will be any interoperability issues? Any help would be appreciated.
Upvotes: 1
Views: 314
Reputation: 1039438
There won't be any interoperability issues if the Java web service respects the standards.
Upvotes: 1
Reputation: 4002
You should be able to generate a client from the WSDL and XSD that describe the service. This ought to be fairly routine.
Upvotes: 0