You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by gargankur007 <ga...@gmail.com> on 2015/06/07 12:19:19 UTC

Removing namespaces from Camel CXF soap response

Hi Team

Below is my sample Soap Response for a service hosted in camel cxf

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns2:XpgIntegratedPaymentResponse
xmlns:ns2="http://wem-rmhpimpl.demo.hcentive.com:9090/wsx/services/WemXpgPaymentService"/>
    </soap:Body>
</soap:Envelope>

Now I dont want to generate "ns2" namespace prefix in response.Can anyone
help?



--
View this message in context: http://camel.465427.n5.nabble.com/Removing-namespaces-from-Camel-CXF-soap-response-tp5767949.html
Sent from the Camel - Users mailing list archive at Nabble.com.