| Author |
apache-cxf-2.4.3 : Print SOAP request resonse
|
arfeen khan
Greenhorn
Joined: May 13, 2011
Posts: 23
|
|
Hi,
I am using apache-cxf-2.4.3 to generate the client stub for a webservice.
Is there any way to see what request/response is being generated using when calling
web service API from java code.
Thanks
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
You can use the SOAPui toolkit or TCPMON to capture both request and response messages text.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Arun Kumar
Ranch Hand
Joined: Oct 10, 2007
Posts: 30
|
|
|
you could also use request/response handler and log the complete request/response
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 299
|
|
|
Have a look at: apache-cxf-2.4.2\samples\jaxws_handlers
|
 |
 |
|
|
subject: apache-cxf-2.4.3 : Print SOAP request resonse
|
|
|