In addition to using tcp tunnel or tcpmon you can just use logging to
log the request and response:
log4j.logger.httpclient.wire.content=DEBUG
(within log4j.properties file in classpath (or within common/classes/,
shared/classes/, or (webapp)/WEB-INF/classes/, etc.)
That won't print the HTTPHeaders though, although the only thing in the
header that seems of much importance is SOAPAction.
Hope this helps,
Gary
--
Gary Weaver
Internet Framework Services
Office of Information Technology
Duke University
Juergen Weber wrote:
see http://articles.techrepublic.com.com/5100-10878_11-1049605.html
On Fri, Jun 6, 2008 at 3:18 PM, satish madanwad
<[EMAIL PROTECTED]> wrote:
Hi,
I am using WebServices with Apache Axis in my programs. I have generated
client stubs and can prepare and send the WebService request properly.
I am trying to dump SOAP message (XML format) which is sent to WebServer
for processing (to examine exact message being sent). I am not able to find
any APIs for the same.
Can you please suggest, if there is any API to dump SOAP messages sent
from Apache Axis to WebServer?
Thanks in advance,
Satish
________________________________
Download prohibited? No problem. CHAT from any browser, without download.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]