CXF includes a strange thing called the XML binding. It does raw XML over
SOAP. I don't know how to use it in only one direction, only in both
directions. It's described in the documentation.
http://cwiki.apache.org/CXF20DOC/pure-xml.html



On Sun, Aug 10, 2008 at 2:22 PM, Christian Schneider <
[EMAIL PROTECTED]> wrote:

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

Reply via email to