This is what we are doing! The VB guy is programming the visuals and the
java guy is programming the server side. Working very well and each guy gets
to do what they do best. (The learning curve on the high level MS stuff was
too high for us, the low level MS SOAP gives us a bit more flexibility)

Allen

-----Original Message-----
From: Nicholas Quaine [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 23, 2001 3:33 AM
To: [EMAIL PROTECTED]
Subject: Re: Acessing service deployed on Apache server from VisualBasic


try using the low level API to MS SOAP (no wsdl) as described in this
tutorial
http://www.soapuser.com/client4.html

regards,
Nicholas Quaine

Visit http://www.soapuser.com/

[EMAIL PROTECTED]


----- Original Message -----
From: "yerra ramesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 22, 2001 6:30 AM
Subject: Acessing service deployed on Apache server from VisualBasic


> hi all,
> i have installed MSSOAP 2.0 toolkit and i could able to execute services
> deployed on the MSSOAP server using WSDLs.
> i have deployed a simple sevice (whose method which returns me a string )
on
> apache soap server.This is working fine with
> java client. when i tried to access this service on APACHE soap server
from
> VB client in the same way as described in the
> samples of MSSOAP, i got an error saying no deserialiser not found. This
is
> becuase the soap envelop sent by java client & vb
> client are not matching .can anybody help me in this issue.
>
> VB code to access the deployed service
>
> Dim soapClient1
> Set soapClient1 = CreateObject("MSSOAP.SoapClient")
> soapClient1.mssoapinit "http://localhost:8080/soap/APACHESUM.WSDL";, "",
"",
> ""
>
> in the WSDL , i have changed the end piont URL to
> "http://localhost:8070/soap/servlet/rpcrouter";
>
> THANX in advance
>
> regards ,
> ramesh
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>

Reply via email to