Ferry Sumendap wrote:
> 
> 
> Hello everybody,
> I am looking for a sample code how java access / call /execute functions 
> which are available at .NET Web Service (.NET framework 2.0).
> The java program should retrieve the XML response (output) from the web
> service .
> If anyone knows tutorial about this matter, please let me know the url...
> :)
> 
> Thank you very much.
> 
> Regards,
> Ferry
> 

Web services technology is supposed to guarantee interoperability between
two different platforms, like Java and .NET. This interoperability is not
perfect yet, but in most cases it works very well. Does the .NET webservice
have the wsdl? If yes, then, for example, using Axis2 you can generate all
the client code you need, from the wsdl, in order to use that .NET web
service.
-- 
View this message in context: 
http://www.nabble.com/.NET-Web-Service-is-accessed-by-java-program-tp20716776p20728135.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to