Glen Mazza schrieb:
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
If you do not need soap then perhaps apache camel could be of use for
you. They have many binding possibilities. You can even combine it with
cxf if some of your bindings are soap and some not.
Best regards
Christian