users@jax-rpc.java.net

Re: Capturing SOAP file

From: Arun Gupta <arun.gupta_at_sun.com>
Date: Mon, 26 Aug 2002 15:11:37 -0700

Here is an internal API to log SOAP messages in YOUR_FILE_NAME for each
request/response made on YOUR_STUB:

FileOutputStream log = new FileOutputStream(YOUR_FILE_NAME);
YOUR_STUB._setTransportFactory(new
com.sun.xml.rpc.client.http.HttpClientTransportFactory(log));

Thanks for your interest in JAX-RPC.

Regards,
-Arun

sudeep pattnaik wrote:

>How can i capture the incoming and outgoing SOAP file in JAXRPC.
>
>Thanks.
>Sudeep
>

--
=============================================
There is only one me, I must live myself!
There is only one today, I must live itself!
=============================================
http://members.tripod.com/~apgupta/index.html
=============================================