Is this ( http://www-3.ibm.com/services/uddi/testregistry/inquiryapi) the
router URL at the IBM site? I tried that URL in a browser and it displayed a
Deployment discriptor. Check the correct url and try.
~Venkat
-----Original Message-----
From: Hartmut Bernecker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 5:14 AM
To: [EMAIL PROTECTED]
Subject: Re: TcpTunnelGui.
Yes, you can.
But maybe you are behind a firewall or a proxy and/or you cannot resolve
the Domain Name.
There is another good tool you can try, which I use for Debugging. Have
a look at http://www.pocketsoap.com/tcptrace/.
Tarun Garg schrieb:
>
> Can I use TcpTunnelgui to tunnel my soap requests to some host other than
> the localhost ?
> I tried to tunnel the requests to the ibm uddi test registry site and get
> the following error.
> What am I doing wrong ?
>
> C:\apache\soap\soap-2_2>java org.apache.soap.util.net.TcpTunnelGui 8070
> http://www-3.ibm.com/services/uddi/testregistry/inquiryapi 80
> java.net.UnknownHostException:
> http://www-3.ibm.com/services/uddi/testregistry/inquiryapi
> at java.net.InetAddress.getAllByName0(InetAddress.java:571)
> at java.net.InetAddress.getAllByName0(InetAddress.java:540)
> at java.net.InetAddress.getByName(InetAddress.java:449)
> at java.net.Socket.<init>(Socket.java:100)
> at
> org.apache.soap.util.net.TcpTunnelGui$3.run(TcpTunnelGui.java:198)