Re: error starting tcptunnelgui

2003-08-14 Thread Scott Nichol
TcpTunnelGui uses simple AWT stuff. Are you able to run other AWT apps? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Don Vito" <[EMAIL PROTECTED]> To: &

RE: error starting tcptunnelgui

2003-08-14 Thread Sinha, Madhukar [IT]
:56 PM To: [EMAIL PROTECTED] Subject: Re: error starting tcptunnelgui Hi Scott, finally I solved the problem. I was logged in (X11 Session) as a normal user and did su to root in a shell. The error occurred as I tried to invoke TcpTunnelGui under root. As I did su back to a normal user I found out

Re: error starting tcptunnelgui

2003-08-14 Thread Don Vito
Hi Scott, finally I solved the problem. I was logged in (X11 Session) as a normal user and did su to root in a shell. The error occurred as I tried to invoke TcpTunnelGui under root. As I did su back to a normal user I found out that there was a environment variable 'XSESSION_IS_UP=yes&#

error starting tcptunnelgui

2003-08-08 Thread Don Vito
Hello, although i know this is somewhat out off topic: I get the following error message when i (try) to start TcpTunnelGUI: "exception in thread "main" java.lang.InternalError: Can't connect to X11 server using ':0.0' as the value of the DISPLAY variable". I&

Re: Web Service TcpTunnelGui

2002-10-24 Thread jingkun . hu
If I use Java SOAP client other than Browser, what listen port I should use? Thanks in advance, Jingkun

RE: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap?

2002-09-18 Thread Jian Zhang
You are definitely right. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap? The envelope you show looks like an

Re: Must use TcpTunnelGui on the same machine? how is Vectorrepresented in Soap?

2002-09-18 Thread Scott Nichol
8, 2002 2:42 PM Subject: RE: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap? > The method signature that I use is: > > public HitList search (Vector criteria) { > . > } > > When I call this method, I pass a Vector which contains a Criter

RE: Must use TcpTunnelGui on the same machine? how is Vector repr esented in Soap?

2002-09-18 Thread Jian Zhang
18, 2002 2:42 PM To: '[EMAIL PROTECTED]' Subject: RE: Must use TcpTunnelGui on the same machine? how is Vector repr esented in Soap? The method signature that I use is: public HitList search (Vector criteria) { . } When I call this method, I pas

RE: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap?

2002-09-18 Thread Jian Zhang
tains a Vector and String arrays. Objects in this vector contain lot of String fields. These String fields all get shown with tag. Why is response ok but not request? Any hints? -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 4:52 PM

RE: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap?

2002-09-18 Thread Jian Zhang
Thanks a lot. The code works after I changed it to make it work with JDK 1.3 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 6:14 PM To: [EMAIL PROTECTED] Subject: Re: Must use TcpTunnelGui on the same machine? how is Vector

Re: Must use TcpTunnelGui on the same machine? how is Vectorrepresented in Soap?

2002-09-17 Thread Scott Nichol
Attached are the files submitted as a patch. Compile these, put them in your CLASSPATH before soap.jar, and you will have a TcpTunnelGui that attempts to change your Host: header. If I recall, JDK 1.4 is required for this patch. Scott Nichol - Original Message - From: "Jian

Re: Must use TcpTunnelGui on the same machine? how is Vector represented inSoap?

2002-09-17 Thread Martin Gainty
.  _GMT-5___   >From: Jian Zhang <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Must use TcpTunnelGui on the same machine? how is Vector represented in Soap? &

Re: Must use TcpTunnelGui on the same machine? how is Vectorrepresented in Soap?

2002-09-17 Thread Scott Nichol
> Another question is that I send a Vector of application objects. In the > request that I can get from the TcpTunnelGui uses the following line to > reprents this vector: > > http://xml.apache.org/xml-soap"; xsi:type="ns2:Vector"> > > So cann'

Re: Must use TcpTunnelGui on the same machine? how is Vectorrepresented in Soap?

2002-09-17 Thread Scott Nichol
Unfortunately, TcpTunnelGui does not work in the scenario you have. If your Web server is configured with virtual hosts (or even if it is a server that checks), you get the exact problem you have seen. There was an imperfect patch submitted to address this; it would probably work most of the

Must use TcpTunnelGui on the same machine? how is Vector represented in Soap?

2002-09-17 Thread Jian Zhang
localhost:/.I though that TcpTunnelGui will translate the request from localhost: to dev:20400 so the eventually my server gets a request as if my client is asking dev:20400. But it seems to be that the TcpTunnelGui does not change the virtual host name. Here is the return I got from the right

RE: About using TcpTunnelGui tool

2002-06-03 Thread Rufeng Liu
Thank you Mark, it works exactly as you instructed. Rufeng -Original Message- From: Mark Childerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:10 AM To: [EMAIL PROTECTED] Subject: RE: About using TcpTunnelGui tool TcpTunnelGUI works for things other than SOAP. To get

RE: About using TcpTunnelGui tool

2002-05-29 Thread Mark Childerson
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 br

RE: About using TcpTunnelGui tool

2002-05-29 Thread Mark Childerson
You dn't need Tomcat on your local machine. The URLs are correct, though. TcpTunnelGUI "magically" makes it seem to your client as if the Tomcat service which is in fact running on the ren.cs.odu.edu machine is in fact running locally. M. At 12:28 PM 28/05/2002 -0400, you wr

RE: About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
, May 28, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Re: About using TcpTunnelGui tool Your SOAP client should be looking for http://localhost:/soap/servlet/rpcrouter TcpTunnelGUI will automatically translate that to the desired URL. Mark. At 11:58 AM 28/05/2002 -0400, you wrote: >He

RE: About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
Thank you Mark. So I need to have a Tomcat running on my local machine while I am using TcpTunnelGUI, right? Also my SOAP client should communicate with the URL of http://localhost:/soap/servlet/rpcrouter, not http://localhost:, right? Thanks, Rufeng -Original Message- From

Re: About using TcpTunnelGui tool

2002-05-28 Thread Mark Childerson
Your SOAP client should be looking for http://localhost:/soap/servlet/rpcrouter TcpTunnelGUI will automatically translate that to the desired URL. Mark. At 11:58 AM 28/05/2002 -0400, you wrote: >Hello, > >I was trying to use the TcpTunnelGui tool like the following on my local

About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
Hello, I was trying to use the TcpTunnelGui tool like the following on my local machine: c:\>java org.apache.soap.util.net.TcpTunnelGui ren.cs.odu.edu 8989 where is listenport on my local machine, ren.cs.odu.edu is tunnelhost (a UNIX machine), and 8989 is tunnelport. My soap serv

RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
Title: RE: How to use TcpTunnelGui You tell it when you set up your call object.  Something like this:   public static final String soapServer = new String(http://serverhost:12121/apache-soap/servlet/rpcrouter);     Call call = new Call();   ... set up callobject   URL

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: RE: How to use TcpTunnelGui Thanks a lot, Guys. It's up now. But how can I tell soap client to bind 12121? Thanks, Yong -Original Message- From: Roumeliotis, Pete [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:44 AM To: '[EMAIL PROTECTED]' Subject:

RE: How to use TcpTunnelGui

2002-05-16 Thread Roumeliotis, Pete
Title: How to use TcpTunnelGui Perhaps there is something else running on port 80...maybe another web server?  Try to use a port number less likely to already be in use, like, maybe 12121, or something like that.   Pete -Original Message-From: Yong Miao [mailto:[EMAIL PROTECTED

RE: How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: How to use TcpTunnelGui Phillip,   No matter what order I use I always get same error. java org.apache.soap.util.TcpTunnelGui 80 http://localhost 8080 java org.apache.soap.util.TcpTunnelGui 8080 http://localhost 80   If I shutdown tomcat it works. I have no idea what's

RE: How to use TcpTunnelGui

2002-05-16 Thread Phillip Urrea
Title: How to use TcpTunnelGui You should run   java org.apache.soap.util.TcpTunnelGui 80 http://localhost 8080   and then tell your soap client to bind to port 80. The first figure is the port that you want the tcp tunnel to listen to and the second figure is the port that you wish to

How to use TcpTunnelGui

2002-05-16 Thread Yong Miao
Title: How to use TcpTunnelGui Hi, Could you please tell me how to use the TcpTunnelGui enclosed in soap.jar? I want to see the message passing to tomcat/soap server. I am running Tocam with port 8080. When I try to run: java org.apache/soap/util/net/TcpTunnelGui 8080 http://localhost 80

RE: BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread Tim Joyce
Jonathan, I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem. I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion t

BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread BRICKER_JONATHAN_E
erValid");    Vector params = new Vector ();    params.addElement (new Parameter("userID", String.class, userID, Constants.NS_URI_SOAP_ENC));    params.addElement (new Parameter("password", String.class, password, Constants.NS_URI_SOAP_ENC));    call.setParams (params);

SOAP-ENV:Server.BadTargetObjectURI & TcpTunnelGUI

2002-04-16 Thread BRICKER_JONATHAN_E
d");     Vector params = new Vector ();     params.addElement (new Parameter("userID", String.class, userID, Constants.NS_URI_SOAP_ENC));     params.addElement (new Parameter("password", String.class, password, Constants.NS_URI_SOAP_ENC));     call.setParams (params); I've trie

Re: TcpTunnelGui arguments

2002-04-02 Thread Glen Carl - CSC
ill then take any connections to > listenport on the machine running TcpTunnelGUI, and tunnel them > through to tunnelport on the tunnelhost machine. For example, if you > are running a SOAP Server at server:8080, you can run > > java TcpTunnelGui 8080 server 8080 > > Then, ch

Re: TcpTunnelGui arguments

2002-04-02 Thread Mark Childerson
Those are the correct arguments. It will then take any connections to listenport on the machine running TcpTunnelGUI, and tunnel them through to tunnelport on the tunnelhost machine. For example, if you are running a SOAP Server at server:8080, you can run java TcpTunnelGui 8080 server 8080

TcpTunnelGui arguments

2002-04-02 Thread Ide Roth
Hi, I'm a beginner to Apache SOAP 2.2 and I trying to user TcpTunnelGui. I'm not sure what are the arguments I should use for it. Does anyone know what are the correct arguments to use for TcpTunnelGui? TcpTunnelGui Thank You In Advance, Ide

Re: Can I run TcpTunnelGui on a remote host?

2002-01-31 Thread Tim Wei
Thank you very much. I am going to try it. Tim --- Han Ming Ong <[EMAIL PROTECTED]> wrote: > Absolutely you can. > > Say your remote host is bluewhale.xxx.com and it's running > Tomcat 3.3 > with Apache SOAP 2.2 and it's listening at 8080 (Now I see > that you are > running at 443, which is

Re: Can I run TcpTunnelGui on a remote host?

2002-01-31 Thread Han Ming Ong
ion Again, port 443 is HTTPS which is encrypted, which is probably not what you want. Good luck. On Thursday, January 31, 2002, at 09:23 AM, Tim Wei wrote: Hi, How can I run TcpTunnelGui on a remote host? If yes, how can spesify the port numbers? I am not interested in the request appearing o

Re: Can I run TcpTunnelGui on a remote host?

2002-01-31 Thread Han Ming Ong
nd then to bluewhale so that you can see all the traffic between them. http://walrus.xxx.com/MySoapApp/foo Again, port 443 is HTTPS which is encrypted, which is probably not what you want. Good luck. On Thursday, January 31, 2002, at 09:23 AM, Tim Wei wrote: Hi, How can I run TcpTunnelGui o

Can I run TcpTunnelGui on a remote host?

2002-01-31 Thread Tim Wei
Hi, How can I run TcpTunnelGui on a remote host? If yes, how can spesify the port numbers? I am not interested in the request appearing on the left hand pane. I want to have the response from the remote server appear on the right hand pane of the gui. Something like this: java

Re: TcpTunnelGui parameters

2002-01-10 Thread Simon Fell
Hi John, You typically get this when the server is using host headers, when you send through tcpTunnelGui, you end up with a host: localhost header instead of the host:development header that the server is looking for. Someone on the Axis list was talking about modifying tcpTunnelGui to re-write

RE: TcpTunnelGui parameters

2002-01-10 Thread John Prout
When I send the following command , all is well and works. java SOAPClient http://development:85/Manager.WSDL <http://development:85/Manager.WSDL> However , when I want to monitor the traffic using TcpTunnelGui as follows : java SOAPClient http://localhost:8001 <http://localhost:80

TcpTunnelGui parameters

2002-01-10 Thread Rory Braybrook (DSLAK)
When I send the following command , all is well and works. java SOAPClient http://development:85/Manager.WSDL <http://development:85/Manager.WSDL> However , when I want to monitor the traffic using TcpTunnelGui as follows : java SOAPClient http://localhost:8001 <http://localhost:800

Re: Apache SOAP TcpTunnelGui

2001-11-23 Thread Nicholas Quaine
uaine Visit http://www.soapuser.com/ [EMAIL PROTECTED] - Original Message - From: "Deepak M." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 11:13 AM Subject: RE: Apache SOAP TcpTunnelGui > > Hi Nicholas, > > I was talking ab

RE: Apache SOAP TcpTunnelGui

2001-11-23 Thread Deepak M.
ECTED] Subject: Re: Apache SOAP TcpTunnelGui yes simply start up the tunnel, specifying the local port for listening - below I have set this to be the forwarding address should be the xmethods service http root (services.xmethods.net) and the port is 80 try launchin

Re: Apache SOAP TcpTunnelGui

2001-11-23 Thread Nicholas Quaine
ember 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: Smi

RE: Apache SOAP TcpTunnelGui

2001-11-22 Thread Deepak M.
RE: Apache SOAP TcpTunnelGui It's not too well documented. Basically, your client talks to port - say TCPTunnel listens to port , prints out the request, and forwards the TCP to port of your server, say port 8080. Your server replies to the tunneler prints out the response, a

Re: something is wrong with TcpTunnelGui

2001-10-17 Thread Satoshi Shirasuna
Thanks, the client worked after I stopped TcpTunnelGui. By the way, UtilSnoop is really cool tool, but it didn't work in my environment. I got the following reply from the server when I tried the sample in HowToUse.txt. --- HTTP/1.0 500 Internal Server Error Content-Type: text/xml; charse

Re: something is wrong with TcpTunnelGui

2001-10-17 Thread William Brogden
Satoshi Shirasuna wrote: > > Hi, > > I'm tring to use TcpTunnelGui with stockquote sample, but something is > wrong. I started TcpTunnelGui as follows. > > --- > > java org.apache.soap.util.net.TcpTunnelGui 8081 localhost 8080 > --- > > When I run

something is wrong with TcpTunnelGui

2001-10-17 Thread Satoshi Shirasuna
Hi, I'm tring to use TcpTunnelGui with stockquote sample, but something is wrong. I started TcpTunnelGui as follows. --- > java org.apache.soap.util.net.TcpTunnelGui 8081 localhost 8080 --- When I run the program as usual it works as follows. --- > java samples.stockquote.Ge

Re: TcpTunnelGui

2001-10-15 Thread Aczél Csilla
OK, thanks, it's working now! Csilla - Original Message - From: "Darren Morris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 15, 2001 2:17 PM Subject: RE: TcpTunnelGui Hi Csilla, The TcpTunnelGui works by intercepting the packets and

RE: TcpTunnelGui

2001-10-15 Thread Darren Morris
Hi Csilla, The TcpTunnelGui works by intercepting the packets and then forwarding them on to the end destination you specify. So for your localhost example you would probably do something like ... org.apache.soap.util.net.TcpTunnelGui 8090 localhost 8080 Then change your tests to go to port

TcpTunnelGui

2001-10-15 Thread Aczél Csilla
Hi, I use Apache SOAP 2.2 and Iwould like to use the TcpTunnelGui tool to listen the SOAP messages, but I have problems with it. I read in the documentation the usage: java org.apache.soap.util.net.TcpTunnelGui listenport tunnelhost tunnelport. I couldn't decide to sest the parameters.

Re: When TcpTunnelGUI doesn't work...

2001-10-08 Thread Paramdeep Singh
egards Paramdeep - Original Message - From: "Simone Badoer" <[EMAIL PROTECTED]> To: "Soap" <[EMAIL PROTECTED]> Sent: Monday, October 08, 2001 2:51 PM Subject: When TcpTunnelGUI doesn't work... I've tried to run TcpTunnelGUI, but it never shows any da

When TcpTunnelGUI doesn't work...

2001-10-08 Thread Simone Badoer
I've tried to run TcpTunnelGUI, but it never shows any data.   So I ask if somebody can write me the SOAP-HTTP Request and Response for this simple example.     CLIENT:       String data="hello";     Call call = new Call();    call.setTargetObjectURI

Re: TcpTunnelGui

2001-09-21 Thread Paramdeep Singh
To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 8:57 PM Subject: TcpTunnelGui Hi. My application works correctly. It simply sends an Element and receives another Element using Literal XML Enconding. This is my SOAP call-invoke: resp = call.invoke(new URL("http://myhost:8080

RE: TcpTunnelGui

2001-09-21 Thread Paul Rogers
Did you change your call.invoke to point to port 1234 instead of 8080?   Paul -Original Message-From: Simone Badoer [mailto:[EMAIL PROTECTED]]Sent: Friday, September 21, 2001 10:27 AMTo: [EMAIL PROTECTED]Subject: TcpTunnelGui Hi.   My application works correctly. It

TcpTunnelGui

2001-09-21 Thread Simone Badoer
Hi.   My application works correctly. It simply sends an Element and receives another Element using Literal XML Enconding. This is my SOAP call-invoke:     resp = call.invoke(new URL("http://myhost:8080/soap/servlet/rpcrouter"), "");   I've tried to execu

R: Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Thank you jyothi Danny -Messaggio originale- Da: jyothi [mailto:[EMAIL PROTECTED]] Inviato: venerdì 24 agosto 2001 13.44 A: [EMAIL PROTECTED] Oggetto: Re: Using tcptunnelgui. Hi, The TcpTunnelgui helps you sniff your soap messages travelling through TCP/IP. IF you want to

Re: Using tcptunnelgui.....

2001-08-24 Thread jyothi
Hi, The TcpTunnelgui helps you sniff your soap messages travelling through TCP/IP. IF you want to look at the wire data that is being transmitted and received then you use Tcptunnelgui. To run the TcpTunnelGui the command is "java org.apache.soap.util.net.TcpTunnelGui 8070 loca

Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Hi, Someone can explain the use of TCPTUNNELGUI.?? Ok for the server, ok for the server port, but what about the listenport, "the port which you will send your SOAP messages to server"??? (i.e. 8081) This means that my client must send request on server across this port?? How a

Re: TcpTunnelGui to the FAQs

2001-08-23 Thread Jonathan Chawke
IL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: TcpTunnelGui to the FAQs >Date: Tue, 21 Aug 2001 09:11:20 -0400 > >Hi guys! >If this TcpTunnelGui issue is not in the faq i think is time to put it, i >asked for this issue when i start with SOAP and i´ve been seeing a lot o

TcpTunnelGui to the FAQs

2001-08-21 Thread Eduardo Yánez
Hi guys! If this TcpTunnelGui issue is not in the faq i think is time to put it, i asked for this issue when i start with SOAP and i´ve been seeing a lot of people making the same question. And every body that needed help, needed an explanation for "dummies" (as i and others needed)

AW: listenport param for TcpTunnelGui

2001-08-21 Thread Amin Andjomshoaa
Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 20. August 2001 18:55 An: [EMAIL PROTECTED] Betreff: listenport param for TcpTunnelGui I would like to use TcpTunnelGui to observe SOAP message structure but I can't figure out what the listenport param is f

RE: listenport param for TcpTunnelGui

2001-08-20 Thread Mahendra Chheda
A sample command to run the TcpTunnelGui is: java org.apache.soap.util.net.TcpTunnelGui 7070 remoteserver 8080 where 7070 is a port on my client that TcpTunnelGui listens to remoteserver is the server i want to make soap calls to 8080 is the port the remote server is listening on for soap

RE: listenport param for TcpTunnelGui

2001-08-20 Thread Damien Vincent
undi 20 août 2001 18:55 À : [EMAIL PROTECTED] Objet : listenport param for TcpTunnelGui I would like to use TcpTunnelGui to observe SOAP message structure but I can't figure out what the listenport param is for my environment. I'm invoking TcpTunnelGui from a ms-dos window under Wi

RE: listenport param for TcpTunnelGui

2001-08-20 Thread Damien Vincent
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : lundi 20 août 2001 18:55 À : [EMAIL PROTECTED] Objet : listenport param for TcpTunnelGui I would like to use TcpTunnelGui to observe SOAP message structure but I can't figure out what the listen

listenport param for TcpTunnelGui

2001-08-20 Thread beeky
I would like to use TcpTunnelGui to observe SOAP message structure but I can't figure out what the listenport param is for my environment. I'm invoking TcpTunnelGui from a ms-dos window under Win95. The tunnelhost and tunnelport params are localhost:8080. Can someone tell me how to

RE: TcpTunnelGui in Apache SOAp.2

2001-08-14 Thread mario . heiss
/rpcrouter";); and then its running on NT. -Original Message- From: jyothi [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 14. August 2001 11:42 To: [EMAIL PROTECTED] Subject: TcpTunnelGui in Apache SOAp.2 Hi, I configured Apache SOAP2.2 in Linux and i am using Tomcat as the web

TcpTunnelGui in Apache SOAp.2

2001-08-14 Thread jyothi
Hi, I configured Apache SOAP2.2 in Linux and i am using Tomcat as the web server. When i tried to run the TcpTunnelGui tool provided by apache soap i got the following exception. The TcpTunnnelGui worked fine in Windows but in Linux it is giving some problems. Can anyone help me

RE: need Using the MSSoapT (and TcpTunnelGui) trace program included with MSSoap toolkit

2001-07-31 Thread Pete Roth
riginal Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: RE: need Using the MSSoapT (and TcpTunnelGui) trace program inclu ded with MSSoap toolkit Yes I made a mistake. But I don't know what else to do. Anywa

RE: need Using the MSSoapT (and TcpTunnelGui) trace program inclu ded withMSSoap toolkit

2001-07-31 Thread Steeve Gilbert
PROTECTED]'" <[EMAIL PROTECTED]> cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: RE: need Using the MSSoapT (and TcpTunnelGui) trace program inclu ded with MSSoap toolkit It's still not working. Yet, thanks for your help so far Steve. I was alr

RE: need Using the MSSoapT (and TcpTunnelGui) trace program included with MSSoap toolkit

2001-07-31 Thread Pete Roth
server. Peter Roth Telemetry Technologies Inc. p: 404.231.0021 ext. 1290 e: [EMAIL PROTECTED] -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: Re: need Using the MSSoapT (and TcpTunnelGui) trace

Re: need Using the MSSoapT (and TcpTunnelGui) trace program included withMSSoap toolkit

2001-07-31 Thread Steeve Gilbert
(E-mail)" <[EMAIL PROTECTED]>, "Soap-user list (E-mail)" <[EMAIL PROTECTED]> cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: need Using the MSSoapT (and TcpTunnelGui) trace program included with MSSoap toolkit Has anyone gotten the MSSoapT trac

Alternative to TcpTunnelGui

2001-07-30 Thread William Brogden
I have written a utility that is similar to TcpTunnelGui but has more options. In addition to intercepting the complete text of the interaction between your SOAP client and server, it provides for saving the results to a file. You can also: 1. send straight requests to a service and get the

RE: TcpTunnelGui program

2001-07-27 Thread Eduardo Yánez
Title: RE: TcpTunnelGui program Hi Jody, With the command line: java org.apache.soap.util.net.TcpTunnelGui 8082 localhost 8080 the TcpTunnelGui listen for HTTP resquests on 8082 port (showing the SOAP request on the left scrolled window of the TcpTunnelGUI) and redirects the request from

RE: TcpTunnelGui program

2001-07-27 Thread gregg . leichtman
rdman, Jody" <[EMAIL PROTECTED]> on 07/27/2001 09:24:28 AM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: TcpTunnelGui program Thanks to Gregg and Sri for your help but I am still confused about the open port.

RE: TcpTunnelGui program

2001-07-27 Thread Bardman, Jody
Title: RE: TcpTunnelGui program Thanks to Gregg and Sri for your help but I am still confused about the open port. Gregg: in your example of the open port of 8091, TcpTunnelGui is listening on port 8091 but what is telling SOAP to send data to that port? Putting an unused port in the command

Re: TcpTunnelGui program

2001-07-27 Thread gregg . leichtman
\SourceCode\jars>java -cp soap.jar org.apache.soap.util.net.TcpTunnelGui provides: Usage: java TcpTunnelGui listenport tunnelhost tunnelport -=> Gregg <=- --- Gregg Leichtman, Ph.D. Quintiles Intelligent Imaging 521 Plymouth Road,

RE: TcpTunnelGui program

2001-07-27 Thread Sri Sankaran
Title: TcpTunnelGui program Jody:   Try   java org.apache.soap.util.net.TcpTunnelGui  9898 CorePortal10 8100       where 9898 is some random port -- hopefully not in use.  The idea is that you route your request to the TunnelGui which then forwards it to your SOAP servlet.       Hope that

TcpTunnelGui program

2001-07-27 Thread Bardman, Jody
Title: TcpTunnelGui program Hi, I am new to Soap and Java. My need is to have a Java Soap client talking to a MS Soap Server. I am having trouble with accessing the MS Soap Server (I will be sending that problem shortly). I am using JRun which defaults to port 8100. My computer name is

Re: TcpTunnelGui.

2001-06-28 Thread oh
If you are behind a socks server, and start the TcpTunnelGui from the sockscap, you can access the server located outside. (I am using this way for debugging in my project now) good luck, Huimin Wang Globus, Inc Japan - Original Message - From: "Tarun Garg" <[EMAIL P

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
This is the correct url. This gives the "can respond to post request only" error as expected with a browser. - Original Message - From: "venkat reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 28,

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
L PROTECTED]> Sent: Wednesday, June 27, 2001 5:44 PM 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 a

Re: TcpTunnelGui.

2001-06-27 Thread Gopinath M.R.
Hi, When you are using TcpTunnelGui, the format is The second parameter has to be only remote host IP address and not complete URL, I guess the following command should work. java org.apache.soap.util.net.TcpTunnelGui 8070 www-3.ibm.com 80 The relative URL part

RE: TcpTunnelGui.

2001-06-27 Thread venkat reddy
]] 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

Re: TcpTunnelGui.

2001-06-27 Thread Chiranjeevi Paruchur
Hi ! All, I am new to SOAP and XML but we are trying to use SOAP in our latest project. While reading the Documentation for Apache Soap I found there are some APIs. Can some one throw light on how to use them and where to use them. Sorry for this nonsense question. Thanks in advance Chiran

Re: TcpTunnelGui.

2001-06-27 Thread Hartmut Bernecker
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 m

TcpTunnelGui.

2001-06-27 Thread Tarun Garg
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://ww

RE: TcpTunnelGui

2001-06-25 Thread Hansen, Richard
Did you send the message to the TCPTunnel? You need to call SOAP on port 7007. > -Original Message- > From: Eva Flora [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 6:45 PM > To: [EMAIL PROTECTED] > Subject: TcpTunnelGui > > > My weblogic server is ru

TcpTunnelGui

2001-06-22 Thread Eva Flora
My weblogic server is running on port 7005 and I invoke TcpTunnelGui via the command: java org.apache.soap.util.net.TcpTunnelGui 7007 localhost 7005 I then try the message/SendMessage.java and POProcessor.java example and I dont see the xml file (msg1.xml) pass through the TcpTunnelGui

Re: TcpTunnelGui tool port question

2001-06-19 Thread sachin chaudhari
Dim Thanks a lot for the exaplinnation. So you are saying my soap server listens on a port different than weblogic server. Is there a way to find out what port the soap is listening on?? Unfortunately the following did not work: java org.apache.soap.util.net.TcpTunnelGui 8088 localhost 8080 ---

Re: TcpTunnelGui tool port question

2001-06-19 Thread Nirmal Mukhi
Hello Sachin, You need to modify either the client or the server so that you can put TcpTunnelGui between them. For example, you could leave your client as it is but run weblogic at port 7002. Then run TcpTunnelGui with your tunnelport as 7002 and listenport as 7001. Nirmal

Re: TcpTunnelGui tool port question

2001-06-19 Thread Dmitri Colebatch
what is wl listening for on 7001? isn't that its T3 port? to use the tunnel gui have the client send requests to a different port (in this example 7002) and the tunnel gui will display them and forward them to a different port (7001). use the following: java org.apache.soap.util.net.TcpTunne

TcpTunnelGui tool port question

2001-06-19 Thread sachin chaudhari
Hi, I am not sure what port I mention as listenport in java org.apache.soap.util.net.TcpTunnelGui listenport tunnelhost tunnelport My weblogic is running on localhost at port 7001, so tunnelport will be 7001. My client will be sending message to 7001 so my listenport will also be 7001 as per "li