Hi Nicholas,

I was talking about the individual services on XMethods, something like
http://www.xmethods.com/detail.html?id=223

The SOAP Endpoint URL is specified as http://213.23.125.181:8080/RPC

I tried using the following 2 methods but neither worked.
java org.apache.soap.util.net.TcpTunnelGui 5555
http://213.23.125.181:8080/RPC 8080
java org.apache.soap.util.net.TcpTunnelGui 5555 http://213.23.125.181/RPC
8080

The service mentioned above works absolutely fine through the client program
directly. Also if I access a local web service through TcpTunnel
"java org.apache.soap.util.net.TcpTunnelGui 5555 localhost 8080"
I can see the SOAP messages & have no problems.

Anything else that I could try ?

Thanks & Regards,
:-Deepak



-----Original Message-----
From: Nicholas Quaine [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 23, 2001 3:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache SOAP TcpTunnelGui


yes
simply start up the tunnel, specifying the local port for listening - below
I have set this to be 5555
the forwarding address should be the xmethods service http root
(services.xmethods.net) and the port is 80
try launching like this:

java org.apache.soap.util.net.TcpTunnelGui 5555 services.xmethods.net 80

then just ensure that your client sends requests to localhost:5555

regards,
Nicholas Quaine

Visit http://www.soapuser.com/

[EMAIL PROTECTED]


----- Original Message -----
From: "Deepak M." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 23, 2001 7:56 AM
Subject: RE: Apache SOAP TcpTunnelGui


>
> Hi,
>
> Is there any way I could use the TCPTunneler while accessing the Web
> Services on XMethods ?
>
> Thanks in advance...
>
> Regards,
> :-Deepak
>
>
> -----Original Message-----
> From: Smiley, Paul [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 05, 2001 8:21 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Apache SOAP TcpTunnelGui
>
>
> It's not too well documented.
>
> Basically, your client talks to port - say 7777
> TCPTunnel listens to port 7777, prints out the request, and forwards the
TCP
> to port of your server, say port 8080.
> Your server replies to 7777 the tunneler prints out the response, and
> forwards the message to your client.
>
> Start the tunneler as "java -cp soap.jar
> org.apache.soap.util.net.TcpTunnelGui 7777 localhost 8080"
>
> -Paul
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 05, 2001 9:41 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: Apache SOAP TcpTunnelGui
>
>
> Hi,
>
> can someone give me a hint how to use the TcpTunnelGui from Apache SOAP
> API.
> I thought to make the complete SOAP meassage visible with this GUI.
> But it doesent work.
>
> Am I right to get the complete SOAP XML Envelope with this GUI.
>
>
> thx daniel
> ____________________________________________
>
> SinnerSchrader Deutschland GmbH
> Communication & Technology
>
> mailto:[EMAIL PROTECTED]
> http://www.sinnerschrader.com
> fon +49.(0) 40.39 88 55-0
> fax +49.(0) 40.39 88 55-55
> gasstrasse 8-16 | 22761 hamburg | germany
> ____________________________________________
>

Reply via email to