Am Montag, den 10.09.2007, 15:47 -0500 schrieb Gamble, Wesley (WG10): > All, > > I'm a SOAP and CXF newbie. > > SOAP 1.2 > CXF 2.0.1 > JDK 1.6.0_01 > > I'm attempting to communicate with a SOAP 1.2 Web service via CXF v. > 2.0.1. To verify that I can actually connect to the service properly, > I'm invoking a "ping" method that I am seeing. The relevant output from > my run is below. My guess is that the error message being returned from > the service can't be parsed correctly (see the message "HandlerFault is > not a standard Code value"). > > I'd like to be able to verify the contents of the outgoing and incoming > XML - how can I set things up to see the XML requests and responses (I'm > guessing some kind of logging via the CXF config. File?). >
On debugging page: http://cwiki.apache.org/CXF20DOC/debugging.html Look under "WS Monitor" tool at the bottom. HTH, Glen > Thanks, > Wes >
