<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Body>
        <ns2:RmhpHop3PaymentEffResponse
xmlns:ns2="http://wem-rmhpimpl.demo.hcentive.com:9090/wsx/services/WemRmhpHop3PaymentEffectuationService"/>
    </soap:Body>
</soap:Envelope>
This is current outcome I need 

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Body>
        <RmhpHop3PaymentEffResponse/ >
    </soap:Body>
</soap:Envelope>
Can this be achieved through any SoapOutInterceptor?







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

Reply via email to