Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:SMSServiceControllerwsdl">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <urn:sendMessages soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  5. <xml xsi:type="xsd:string"><?xml version="1.0" encoding="UTF-8"?>
  6. <Structure>
  7. <Value name="operation">
  8. <Type>String</Type>
  9. <Data>sendMessages</Data>
  10. </Value>
  11. <Array name="messageArray">
  12. <Structure>
  13. <Value name="id">
  14. <Type>String</Type>
  15. <Data>sometext</Data>
  16. </Value>
  17. <Value name="phone">
  18. <Type>String</Type>
  19. <Data>sometext</Data>
  20. </Value>
  21. <Value name="text">
  22. <Type>String</Type>
  23. <Data>sometext</Data>
  24. </Value>
  25. </Structure>
  26. <Structure>
  27. <Value name="id">
  28. <Type>String</Type>
  29. <Data>sometext</Data>
  30. </Value>
  31. <Value name="phone">
  32. <Type>String</Type>
  33. <Data>sometext</Data>
  34. </Value>
  35. <Value name="text">
  36. <Type>String</Type>
  37. <Data>sometext</Data>
  38. </Value>
  39. </Structure>
  40. </Array>
  41. </Structure>
  42. </xml>
  43. <systemName xsi:type="xsd:string">sometext</systemName>
  44. </urn:sendMessages>
  45. </soapenv:Body>
  46. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement