Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  2.     <soap:Header>
  3.         <ns2:AuthHeader xmlns:ns2="http://ep.ws.jboss/">
  4.             <status>header out</status>
  5.         </ns2:AuthHeader>
  6.     </soap:Header>
  7.     <soap:Body>
  8.         <ns2:sayHelloResponse xmlns:ns2="http://ep.ws.jboss/">
  9.             <return>Hello David . F by JBoss 6 WS with CXF implementation.
  10.             </return>
  11.         </ns2:sayHelloResponse>
  12.     </soap:Body>
  13. </soap:Envelope>