Check this sample, is really useful:

http://marc.theaimsgroup.com/?l=soap-user&m=98683038702626&w=2

Of course you should have MS SOAP Toolkit

Regards

"[EMAIL PROTECTED]" wrote:

i have un apache-soap service that i call from a java client:
:
     URL url = new URL( "http://localhost:8080/soap/servlet/rpcrouter" );
     String urn = "urn:demo1:exchange";
:
     params.addElement( new Parameter( "country1", String.class, "USA", null ) );
     params.addElement( new Parameter( "country2", String.class, "japan", null ) );
     call.setParams( params );
:
       Response response = call.invoke( url, "" ); // invoke the service
:
       Parameter result = response.getReturnValue(); // response was OK
:
how can i call the same service from a vb client?
:
    Set sc = New SoapClient
    sc.mssoapinit  "????????"
:
    sRes = sc.getRate("USA", "japan")
:

federico

--
Carlos Vinueza M.
Investigación y Desarrollo
VIMEWorks Cia. Ltda.
Construyendo Sueños en Internet
(CEL)  (593)(9)703375
(OFIC) (593)(2)237784 / (593)(2)903925
 

Reply via email to