The problem is that I am getting response like below:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
   <soap:Body>
      <ns2:MyServiceResponse xmlns:ns2="http://www.HotelTravel.com/";>
         <MyServiceResult>
But I want response like:

<soap:Body>
  <MyServiceResponse xmlns="http://www.HotelTravel.com/";>
     <MyServiceResult>
means removinf ns2 in soap:body. Is it possible to achieve this in CXF with
a custom interceptor or by other means?



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Reply via email to