Hi, on how to use the TcpTunnel, I suggest you the following article:

http://www-106.ibm.com/developerworks/webservices/library/ws-peer3/index.htm
l?dwzone=webservices

I hope it helps.

Cheers

Luis

----- Mensaje original -----
De: "Daniel Kruler" <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviado: Jueves, 07 de Junio de 2001 01:41 p.m.
Asunto: RE: MS SOAP Client / Apache SOAP server


> VB code runs fine until it calls the method.
>
> How do I use TcpTunnel?
>
> My webserver is manserv2, port is 80.
>
> On what machine should I run TcpTunnel (client or server)?
>
> -----Original Message-----
> From: Hansen, Richard [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 07, 2001 11:43 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: MS SOAP Client / Apache SOAP server
>
>
> t seems like you need to do some noraml debugging kinds of tasks. Maybe
> you
> should try running it under the TCPTunnel to see better what is
> happening.
> It really sounds like a VB code problem. Is your code finishing the
> init? Is
> it making the getS call? You can check the MS soa help for gettting the
> fault from a response.
>
> >
> > I see rpcouter:init showing up on the Tomcat's console, so
> > the RPC call
> > is reaching the RPCRouter servlet, but I think it dies there,
> > because my
> > server class never gets instantiated (I have a print in
> > constructor, so
> > I know for sure).
> >
> > How do I check fo faults in VB?
> >
> > Here is my code for VB SOAP Client:
> >
> > set soapclient = CreateObject("MSSOAP.SoapClient")
> > Call soapclient.mssoapinit("http://manserv2/SOAPTester.wsdl";,
> > "SOAPTester", "SOAPTestePort")
> > Call soapclient.getS()
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>




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

Reply via email to