Posted By:
Maurizio_Fabbri
Posted On:
Wednesday, February 11, 2004 05:55 AM
I think that you have to follow this steps:
1) to retrieve the WSDL document describing your Java Web Service
2) to use some Microsoft Developement tool (the equivalent of the java wsdl2java.exe) to create a VB proxy from the WSDL document
3) to install the proxy on the VB client PC
4) to invoke from your VB client the public methods exposed by your VB proxy
The proxy hides to you the JAVA server managing your Web Services and you work as if the WS is located on the VB client PC.
I hope this is useful for you.