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
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
> 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
>
- 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
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,
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
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]'
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