Two Laptop Bag
The moose likes Web Services and the fly likes apache-cxf-2.4.3 : Print SOAP request resonse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "apache-cxf-2.4.3 : Print SOAP request resonse " Watch "apache-cxf-2.4.3 : Print SOAP request resonse " New topic
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
    
    1
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: apache-cxf-2.4.3 : Print SOAP request resonse
 
Similar Threads
apache cxf
Situation when Web services are down
Create Session in Restful Service.
Exposing a service as both Restful and Soap