|
RE: About using TcpTunnelGui tool: msg#00327text.xml.soap.user
TcpTunnelGUI works for things other than SOAP. To get a good example of how it works, try this: ping www.exdocs.com to get an IP address, let's say it is xxx.xxx.xxx.xxx TcpTunnelGui 80 xxx.xxx.xxx.xxx 80 Then, go into your browser and go to http://localhost:80 You will see, in the browser, exactly what you would see at www.exdocs.com. The TcpTunnelGui program shows all the traffic passing through. Therefore, to test your SOAP setup, you need to do the following: 1. Set up Tomcat on your desired host computer, ren.cs.odu.edu, listening on port 8989 (which is NOT the default for Tomcat. The default is 8080) 2. TcpTunnelGui 8888 ren.cs.odu.edu 8989 3. Run your SOAP client program, with no jars other than you normally would have to run the SOAP client without TcpTunnelGUI (ie, you need soap.jar and xerces.jar, if you ar eusing Apache SOAP as a client). The ONLY change in your normal setup is that the client should be directed at http://localhost:8888/soap/servlet/rpcrouter . Port 8888 should be fine, since it is unlikely your client computer will have any other service listening on post 8888. TcpTunnelGui would probably tell you if it did. Hope this helps, Mark At 04:30 PM 28/05/2002 -0400, you wrote: I am still confused with the usage of the tool. Can anybody show me a worked |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: About using TcpTunnelGui tool: 00327, Mark Childerson |
|---|---|
| Next by Date: | RE: Using SSL and SOAP: 00327, Joe Pruitt |
| Previous by Thread: | RE: About using TcpTunnelGui tooli: 00327, Rufeng Liu |
| Next by Thread: | Envelope Body Element Namespaces: 00327, David B. Bitton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |