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 > ____________________________________________ >
