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