Advertisement
mbazs

SOAP namespace?

Oct 2nd, 2016
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1. (1)
  2. <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
  3.   <Body>
  4.     <helloWorld xmlns="http://www.soapware.org/"/>
  5.   </Body>
  6. </Envelope>
  7.  
  8. (2)
  9. <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  10.   <SOAP:Body>
  11.     <m:helloWorld xmlns:m="http://www.soapware.org/"/>
  12.   </SOAP:Body>
  13. </SOAP:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement