You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by je...@gerling.de on 2001/04/25 10:34:19 UTC

debug SOAP under Tomcat

Hello
I am using SOAP 2.1 under Tomcat 3.3. 
is there a way to see the Call and Response Envelope somewhere? I have tried
debug=1 in the tomcat config descriptor without any effect.

Thanks
Jean-Noel
Diese Nachricht ist ausschlie�lich f�r den bezeichneten Adressaten oder dessen Vertreter bestimmt. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Ver�ffentlichung, Vervielf�ltigung oder Weitergabe des Inhaltes der e-mail nicht gestattet ist. Sollten Sie nicht der vorgesehene Adressat dieser e-mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der e-mail in Verbindung zu setzen und anschlie�end diese e-mail und s�mtliche Anh�nge zu l�schen.
-----------------------------------------------------------------------------------
This message is exclusively for the person addressed or their representative. Any form of the unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this message and its contents, please notify this sender immediately and delete this message and all its attachments subsequently.



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


Re: debug SOAP under Tomcat

Posted by David Wall <dw...@Yozons.com>.
> I guess the TcpTunnelGui class included in the Apache-SOAP pakage is what
you are looking for.

The GUI version seems to work wonders for me. Very cool.  I suspect it
doesn't support SSL tunnels, though, which would be very cool since
debugging SSL connections is a nightmare since everything's encrypted!

I run it using the Windows bash command line:
java -classpath "xerces130.jar;soap21.jar;mail1.2.jar;activation1.0.1.jar"
org.apache.soap.util.net.TcpTunnelGui 8081 xml.yozons.com 81

Then when I run my client, I point it at port 8081 on the host running
TcpTunnelGui, and it then sends it on to port 81 at host xml.yozons.com,
which is where the soap rpcrouter is running in Tomcat through Apache
mod_jk.

David




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


Re: debug SOAP under Tomcat

Posted by David Wall <dw...@Yozons.com>.
> I guess the TcpTunnelGui class included in the Apache-SOAP pakage is what
you are looking for.

The GUI version seems to work wonders for me. Very cool.  I suspect it
doesn't support SSL tunnels, though, which would be very cool since
debugging SSL connections is a nightmare since everything's encrypted!

I run it using the Windows bash command line:
java -classpath "xerces130.jar;soap21.jar;mail1.2.jar;activation1.0.1.jar"
org.apache.soap.util.net.TcpTunnelGui 8081 xml.yozons.com 81

Then when I run my client, I point it at port 8081 on the host running
TcpTunnelGui, and it then sends it on to port 81 at host xml.yozons.com,
which is where the soap rpcrouter is running in Tomcat through Apache
mod_jk.

David




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


Re: debug SOAP under Tomcat

Posted by Adam Marek <ad...@oke.pl>.
I guess the TcpTunnelGui class included in the Apache-SOAP pakage is what you are looking for.

jean-noel.heyraud@gerling.de wrote:

> Hello
> I am using SOAP 2.1 under Tomcat 3.3.
> is there a way to see the Call and Response Envelope somewhere? I have tried
> debug=1 in the tomcat config descriptor without any effect.
>
> Thanks
> Jean-Noel
> Diese Nachricht ist ausschließlich für den bezeichneten Adressaten oder dessen Vertreter bestimmt. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Veröffentlichung, Vervielfältigung oder Weitergabe des Inhaltes der e-mail nicht gestattet ist. Sollten Sie nicht der vorgesehene Adressat dieser e-mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der e-mail in Verbindung zu setzen und anschließend diese e-mail und sämtliche Anhänge zu löschen.
> -----------------------------------------------------------------------------------
> This message is exclusively for the person addressed or their representative. Any form of the unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this message and its contents, please notify this sender immediately and delete this message and all its attachments subsequently.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


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


Re: debug SOAP under Tomcat

Posted by Adam Marek <ad...@oke.pl>.
I guess the TcpTunnelGui class included in the Apache-SOAP pakage is what you are looking for.

jean-noel.heyraud@gerling.de wrote:

> Hello
> I am using SOAP 2.1 under Tomcat 3.3.
> is there a way to see the Call and Response Envelope somewhere? I have tried
> debug=1 in the tomcat config descriptor without any effect.
>
> Thanks
> Jean-Noel
> Diese Nachricht ist ausschließlich für den bezeichneten Adressaten oder dessen Vertreter bestimmt. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Veröffentlichung, Vervielfältigung oder Weitergabe des Inhaltes der e-mail nicht gestattet ist. Sollten Sie nicht der vorgesehene Adressat dieser e-mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der e-mail in Verbindung zu setzen und anschließend diese e-mail und sämtliche Anhänge zu löschen.
> -----------------------------------------------------------------------------------
> This message is exclusively for the person addressed or their representative. Any form of the unauthorized use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. If you are not the intended recipient of this message and its contents, please notify this sender immediately and delete this message and all its attachments subsequently.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


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