Hi everybody, I'm implementing a SOAP WS dispatcher through the javax.xml.ws.Provider<Source> class. In the invoke method of our Provider implementation we get a javax.xml.transform.Source object as a parameter.
Is there a way to extract the org.apache.cxf.binding.soap.SoapMessage object from the Source object? I know for sure the SoapMessage obj exists in Source, since I can see it through the debugger in request -> streamReader -> this -> message (SoapMessage) Thank you very much, matteo ----- matteo -- View this message in context: http://cxf.547215.n5.nabble.com/Extract-SoapMessage-from-javax-xml-transform-Source-tp5719815.html Sent from the cxf-user mailing list archive at Nabble.com.
