carloc wrote: > > it's not container in a soap envelope. > Is there any way to fix this? >
To handle non-SOAP responses I would say would be beyond the scope of CXF, because at that stage, how the response would be handled would just be guesswork (no specification available to tell us what to do) While I think WSDL has a few non-SOAP bindings, I'm not sure of CXF's support for them. Nonetheless, what you're trying to do might just be POX (plain old XML) even though the request is in a SOAP envelope (which is XML anyway). I would google CXF and POX--actually, to expand your returns, also Metro and POX. Glen -- View this message in context: http://www.nabble.com/How-TO-Handle-Messages-With-No-SOAP-ENvelope-tp18908079p18910537.html Sent from the cxf-user mailing list archive at Nabble.com.
