Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2.  
  3. <Envelope xmlns="http://schemas.xmlsoap.org">
  4.     <Id>1</Id>
  5.     <Method>
  6.         <Name>subtract</Name>
  7.         <Params>
  8.             <Param>42</Param>
  9.             <Param>23</Param>
  10.         </Params>
  11.     </Method>
  12. </Envlope>
  13.  
  14. <?xml version='1.0' encoding='UTF-8' ?>
  15.  
  16. <Envelope xmlns="http://schemas.xmlsoap.org">
  17.     <Id>1</Id>
  18.     <Result>19</Result>
  19. </Envlope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement