Hi all.
I know who to create and use a web service in
Java.
writting the server end point interface and its implementation, then using wscompile tool to generate WSDL file and the static stubs.
consider the following situation :
we have a .NET web service in the server, and the client will be a Java client using JAX-RPC API, static stubs.
some code :
well, I just need some explainations...
1. how my Java client will get its static stub of .NET service ?
2. how my Java client will get all the available methods of the service ?
I know it is the mission of WSDL file, but I am not sure how..
more easily :
How to access a .NET web serivce in Java client ? would you mind telling me the required steps ??
thanks for help.
[ January 14, 2005: Message edited by: John Todd ]