RE: Logging soap messages on the client side

2004-10-06 Thread Krishnendu Kunti
e.org/axis/wsdd/providers/java";> Regds Krish -Original Message- From: Herman Gábor [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 1:45 AM To: [EMAIL PROTECTED] Subject: Logging soap messages on the client side Hi all, My app

Logging soap messages on the client side

2004-10-06 Thread Herman Gábor
Hi all, My application is a web service client and I would like to log the SOAP traffic. According to the JAX-RPC I could implement a handler (javax.xml.rpc.handler.Handler) and register it in the service registry of my Service. The description of the getServiceRegistry method in the Axix API d

Logging Soap Messages

2004-02-05 Thread Benjamin Marcel Flohr
> Hello, > > could somebody explain me how I can manage that I can log all outgoing and incoming > soaprequests will be logged in one or two seperate logfiles ? > > Thank you for your help > Benjamin >

Re: client logging SOAP messages

2003-02-27 Thread Steve Loughran
- Original Message - From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 13:49 Subject: client logging SOAP messages > I have the following requirement for an Axis client app: > > The application must s

client logging SOAP messages

2003-02-27 Thread Pascale, Peter H.
I have the following requirement for an Axis client app: The application must support logging of SOAP messages. Requests messages must be logged. Logging response messages is a secondary requirement (desired). Logging must be configurable, so that logging can be initiated without recompiling. So,

RE: Logging SOAP messages

2002-09-27 Thread Suen, Tony
Tony -Original Message-From: Naresh Bhatia [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 7:53 AMTo: '[EMAIL PROTECTED]'Subject: Logging SOAP messages Hi, What is the easiest way to log the SOAP messages received and transmitted by the Axis serv

AW: Logging SOAP messages

2002-09-27 Thread Stocker, Walter
ternet: http://www.t-systems.com <http://www.t-systems.com/> -Ursprüngliche Nachricht- Von: Naresh Bhatia [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 27. September 2002 14:53 An: '[EMAIL PROTECTED]'

Logging SOAP messages

2002-09-27 Thread Naresh Bhatia
Title: Logging SOAP messages Hi, What is the easiest way to log the SOAP messages received and transmitted by the Axis server? I was using tcpmon so far, but now I have switched to SSL and I assume tcpmon is useless in this situation. I am hoping that I can setup log4j somehow to do this