You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Cory Isaacson <ci...@capita2.com> on 2001/01/03 03:31:01 UTC

Re: need help...

Its probably a good idea not to request a return receipt for your email to a public site like this...

Here is the text of a batch file to run it:

d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

Cory
  ----- Original Message ----- 
  From: zander 
  To: soap-user@xml.apache.org 
  Sent: Tuesday, January 02, 2001 6:37 PM
  Subject: need help...


  im new to soap and java.... i dont know how to run the TCP tunnel / monitor
  tool... please help me... thanks...

  zander


------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
  For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by zander <za...@digi.com.ph>.
Cory,
thank you very much !!! i got it working... i really appreciate your help... i been working with these samples for two weeks now.... take caresssss....

zander-- zander@digi.com.ph
----- Original Message ----- 
  From: Cory Isaacson 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, January 03, 2001 1:50 PM
  Subject: Re: need help...


  Zander,

  The batch file text I sent is one long string, all on a single line. You can put it into a batch file and run it. Your web server is probably localhost:80, and if so, the end of the command line should look like:

  org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

  Then when you run a SOAP call (or any other call), specify:

  localhost:8081

  This catches traffic to the '8081' port (which is a dummy port) and 'tunnels' it to the real port 80. If your web server is something other than port 80, then just use that port at the end.

  Thanks,

  Cory

  ----- Original Message ----- 
    From: zander 
    To: soap-user@xml.apache.org 
    Sent: Tuesday, January 02, 2001 7:27 PM
    Subject: Re: need help...


    thank you cory i got the tcp/tunnel working now...
    but i still dont know how to use it... when i run the 
    samples i dont see nothin happening at the monitor...
    please help me how to use it... your help would be greatly
    appreciated... thanks... a lot... 
    thanks also for the advise... i just forgot to turn it off...

    zander...

      ----- Original Message ----- 
      From: Cory Isaacson 
      To: soap-user@xml.apache.org 
      Sent: Wednesday, January 03, 2001 10:31 AM
      Subject: Re: need help...


      Its probably a good idea not to request a return receipt for your email to a public site like this...

      Here is the text of a batch file to run it:

      d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

      Cory
        ----- Original Message ----- 
        From: zander 
        To: soap-user@xml.apache.org 
        Sent: Tuesday, January 02, 2001 6:37 PM
        Subject: need help...


        im new to soap and java.... i dont know how to run the TCP tunnel / monitor
        tool... please help me... thanks...

        zander


------------------------------------------------------------------------


        ---------------------------------------------------------------------
        To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
        For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by zander <za...@digi.com.ph>.
Cory,
thank you very much !!! i got it working... i really appreciate your help... i been working with these samples for two weeks now.... take caresssss....

zander-- zander@digi.com.ph
----- Original Message ----- 
  From: Cory Isaacson 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, January 03, 2001 1:50 PM
  Subject: Re: need help...


  Zander,

  The batch file text I sent is one long string, all on a single line. You can put it into a batch file and run it. Your web server is probably localhost:80, and if so, the end of the command line should look like:

  org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

  Then when you run a SOAP call (or any other call), specify:

  localhost:8081

  This catches traffic to the '8081' port (which is a dummy port) and 'tunnels' it to the real port 80. If your web server is something other than port 80, then just use that port at the end.

  Thanks,

  Cory

  ----- Original Message ----- 
    From: zander 
    To: soap-user@xml.apache.org 
    Sent: Tuesday, January 02, 2001 7:27 PM
    Subject: Re: need help...


    thank you cory i got the tcp/tunnel working now...
    but i still dont know how to use it... when i run the 
    samples i dont see nothin happening at the monitor...
    please help me how to use it... your help would be greatly
    appreciated... thanks... a lot... 
    thanks also for the advise... i just forgot to turn it off...

    zander...

      ----- Original Message ----- 
      From: Cory Isaacson 
      To: soap-user@xml.apache.org 
      Sent: Wednesday, January 03, 2001 10:31 AM
      Subject: Re: need help...


      Its probably a good idea not to request a return receipt for your email to a public site like this...

      Here is the text of a batch file to run it:

      d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

      Cory
        ----- Original Message ----- 
        From: zander 
        To: soap-user@xml.apache.org 
        Sent: Tuesday, January 02, 2001 6:37 PM
        Subject: need help...


        im new to soap and java.... i dont know how to run the TCP tunnel / monitor
        tool... please help me... thanks...

        zander


------------------------------------------------------------------------


        ---------------------------------------------------------------------
        To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
        For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by Cory Isaacson <ci...@capita2.com>.
Zander,

The batch file text I sent is one long string, all on a single line. You can put it into a batch file and run it. Your web server is probably localhost:80, and if so, the end of the command line should look like:

org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

Then when you run a SOAP call (or any other call), specify:

localhost:8081

This catches traffic to the '8081' port (which is a dummy port) and 'tunnels' it to the real port 80. If your web server is something other than port 80, then just use that port at the end.

Thanks,

Cory

----- Original Message ----- 
  From: zander 
  To: soap-user@xml.apache.org 
  Sent: Tuesday, January 02, 2001 7:27 PM
  Subject: Re: need help...


  thank you cory i got the tcp/tunnel working now...
  but i still dont know how to use it... when i run the 
  samples i dont see nothin happening at the monitor...
  please help me how to use it... your help would be greatly
  appreciated... thanks... a lot... 
  thanks also for the advise... i just forgot to turn it off...

  zander...

    ----- Original Message ----- 
    From: Cory Isaacson 
    To: soap-user@xml.apache.org 
    Sent: Wednesday, January 03, 2001 10:31 AM
    Subject: Re: need help...


    Its probably a good idea not to request a return receipt for your email to a public site like this...

    Here is the text of a batch file to run it:

    d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

    Cory
      ----- Original Message ----- 
      From: zander 
      To: soap-user@xml.apache.org 
      Sent: Tuesday, January 02, 2001 6:37 PM
      Subject: need help...


      im new to soap and java.... i dont know how to run the TCP tunnel / monitor
      tool... please help me... thanks...

      zander


--------------------------------------------------------------------------


      ---------------------------------------------------------------------
      To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
      For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by Cory Isaacson <ci...@capita2.com>.
Zander,

The batch file text I sent is one long string, all on a single line. You can put it into a batch file and run it. Your web server is probably localhost:80, and if so, the end of the command line should look like:

org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

Then when you run a SOAP call (or any other call), specify:

localhost:8081

This catches traffic to the '8081' port (which is a dummy port) and 'tunnels' it to the real port 80. If your web server is something other than port 80, then just use that port at the end.

Thanks,

Cory

----- Original Message ----- 
  From: zander 
  To: soap-user@xml.apache.org 
  Sent: Tuesday, January 02, 2001 7:27 PM
  Subject: Re: need help...


  thank you cory i got the tcp/tunnel working now...
  but i still dont know how to use it... when i run the 
  samples i dont see nothin happening at the monitor...
  please help me how to use it... your help would be greatly
  appreciated... thanks... a lot... 
  thanks also for the advise... i just forgot to turn it off...

  zander...

    ----- Original Message ----- 
    From: Cory Isaacson 
    To: soap-user@xml.apache.org 
    Sent: Wednesday, January 03, 2001 10:31 AM
    Subject: Re: need help...


    Its probably a good idea not to request a return receipt for your email to a public site like this...

    Here is the text of a batch file to run it:

    d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

    Cory
      ----- Original Message ----- 
      From: zander 
      To: soap-user@xml.apache.org 
      Sent: Tuesday, January 02, 2001 6:37 PM
      Subject: need help...


      im new to soap and java.... i dont know how to run the TCP tunnel / monitor
      tool... please help me... thanks...

      zander


--------------------------------------------------------------------------


      ---------------------------------------------------------------------
      To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
      For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by zander <za...@digi.com.ph>.
thank you cory i got the tcp/tunnel working now...
but i still dont know how to use it... when i run the 
samples i dont see nothin happening at the monitor...
please help me how to use it... your help would be greatly
appreciated... thanks... a lot... 
thanks also for the advise... i just forgot to turn it off...

zander...

  ----- Original Message ----- 
  From: Cory Isaacson 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, January 03, 2001 10:31 AM
  Subject: Re: need help...


  Its probably a good idea not to request a return receipt for your email to a public site like this...

  Here is the text of a batch file to run it:

  d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

  Cory
    ----- Original Message ----- 
    From: zander 
    To: soap-user@xml.apache.org 
    Sent: Tuesday, January 02, 2001 6:37 PM
    Subject: need help...


    im new to soap and java.... i dont know how to run the TCP tunnel / monitor
    tool... please help me... thanks...

    zander


----------------------------------------------------------------------------


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
    For additional commands, email: soap-user-help@xml.apache.org

Re: need help...

Posted by zander <za...@digi.com.ph>.
thank you cory i got the tcp/tunnel working now...
but i still dont know how to use it... when i run the 
samples i dont see nothin happening at the monitor...
please help me how to use it... your help would be greatly
appreciated... thanks... a lot... 
thanks also for the advise... i just forgot to turn it off...

zander...

  ----- Original Message ----- 
  From: Cory Isaacson 
  To: soap-user@xml.apache.org 
  Sent: Wednesday, January 03, 2001 10:31 AM
  Subject: Re: need help...


  Its probably a good idea not to request a return receipt for your email to a public site like this...

  Here is the text of a batch file to run it:

  d:\jdk1.1.7\bin\java.exe -classpath D:\jdk1.1.7\lib\classes.zip;D:\soap-2_0\;D:\soap-2_0\lib\soap.jar;D:\xerces-1_1_3\xerces.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 80 

  Cory
    ----- Original Message ----- 
    From: zander 
    To: soap-user@xml.apache.org 
    Sent: Tuesday, January 02, 2001 6:37 PM
    Subject: need help...


    im new to soap and java.... i dont know how to run the TCP tunnel / monitor
    tool... please help me... thanks...

    zander


----------------------------------------------------------------------------


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
    For additional commands, email: soap-user-help@xml.apache.org