You can make a SOAP call and activate logging to capture the XML, then modify it as you wish. In that case, using the JAX-WS Dispatch class for making subsequent SOAP calls would be easiest, as you can submit calls via a String holding the XML (the SOAP request). I guess we haven't had much demand for that so far because people can just download the free version of soapUI to get those sample XML strings, and such a utility would be common for all web service stacks, not just CXF, and hence best maintained in a separate tool such as soapUI.

Glen

On 06.02.2011 03:06, John Baker wrote:
Hello,

With the latest builds of CXF (2.3.x), is there a way to obtain a
'sample' webservice message as a string, in the same way SoapUI does
where it replaces parameters for question marks


John


--
Glen Mazza
Software Engineer, Talend (http://www.talend.com)
blog: http://www.jroller.com/gmazza


Reply via email to