.NET 2 « Web Service « Java Enterprise Q&A





1. Consuming .NET web service    forums.oracle.com

2. Call .NET WEBSERVICES using JAVA/J2EE    forums.oracle.com

I could be wrong but I am kind of guessing (1) I need to read the above URL and convert that WSDL into Java objects (2) Then invoke the Webserice method (3) Method returns an XML that needs to be converted back to Java objects. I googled but did not find really much useful stuff. Would some one kindly provide me ...

3. How to call a .Net web services from java    forums.oracle.com

4. How to consume a .NET Web Service running on IIS from JAVA    forums.oracle.com

Do you know how to invoke a web service which is hosted in any other platform? Because the hosting platform and language has nothing to do with it. You only talk to a web service via standard SOAP over HTTP (normally) protocol. The web server on the service side translates the message into the actual method call, as well as serializing ...