Hi Tobias,

Have you played with the useJBIWrapper property in your CXF BC
configuration? I don't recall all details but I had to set it in the
folllowing example.

 <cxfbc:provider wsdl="classpath:person.wsdl"
        locationURI="http://localhost:8192/PersonService/";    
        endpoint="Person"
        service="person:PersonService"
        interfaceName="person:Person"
        useJBIWrapper="true">
  </cxfbc:provider>
-- 
View this message in context: 
http://www.nabble.com/cxf-bc-soap-processing-tp17867502p17985928.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to