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
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