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.     <AuthHeader>
  4.         <status>test</status>
  5.     </AuthHeader>
  6. </soap:Header>
  7. <soap:Body>
  8.     <ns2:sayHello xmlns:ns2="http://ep.ws.jboss/">
  9.         <arg0>
  10.             <firstName>David</firstName>
  11.             <lastName>F</lastName>
  12.         </arg0>
  13.     </ns2:sayHello>
  14. </soap:Body>
  15. </soap:Envelope>