Hi,
Add useJBIWrapper="false" and useSOAPEnvelope="false" both for your cxf
bc consumer.
You need use 3.2.4-SNAPSHOT or 3.3.1-SNAPSHOT to get this feature
Freeman
brijesh wrote:
hello,
Is there a way to use useSOAPEnvelope = "false" with xbean of cxf-bc,
I need to get xml message(without soap wrapper) which I am passing through a
cxf-bc ,
is there a way to do that,
I am aware that I can configre cxf-se and extract xml message, passed
through cxf-bc, but I need to get the xml message in smx-bean of
onMessageEvent.
thanks
Brijesh N K