Hi Dennis Can you be more specific on implementation. Its better you can give me an example.
Thank You Isuranga Perera On Wed, Apr 19, 2017 at 12:18 PM, Dennis Kieselhorst <[email protected]> wrote: > Hi! > > > I'm working on a project which requires converting a String > representation > > of a SOAP message to CXF SoapMessage. Is there any way to achieve that? > > Use Stax to parse it. If you need helper methods check StaxUtils. > > Regards > Dennis >
