You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Mohit.Gupta" <Mo...@india.rsystems.com> on 2005/08/17 12:10:03 UTC

RE: [SPAM_EMAIL] - A simple question about SOAP monitor in Axis 1.2 - Email has different SMTP TO: and MIME TO: fields in the email addresses

Hi,

SOAP Monitor Service is a handler which can be integrated with both client as well as server side handler chain of Axis Framework. So if you have installed this handler in your handler chain, all the message will be logged.

Simply install this handler 
	using client-config.wsdd in the client side path of S1 Web service.
	or using server-config.wsdd in the server side path of S2 web service.

Thanks,
Mohit.

-----Original Message-----
From: Zheng Li [mailto:zli@it.swin.edu.au]
Sent: Wednesday, August 17, 2005 2:43 PM
To: axis-user@ws.apache.org
Subject: [SPAM_EMAIL] - A simple question about SOAP monitor in Axis 1.2
- Email has different SMTP TO: and MIME TO: fields in the email
addresses


Hi guys:

As we know, the SOAPMonitorService in Aixs 1.2 can monitor the request SOAP
messages a Web service receives from the client, and resopnse messages a Web
service sends to the client. But can it monitor the request SOAP messages a
Web service sends to another Web service?? 

For example, Web service S1 sends a SOAP request message M1 to Web service
S2 to invoke its method, can SOAPMonitorService monitor this SOAP request
message M1??

Hope I make myself understood. Looking forward to your reply.

Many thnx.

Zheng