Advertisement
manyax

Untitled

May 14th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  3. <soap:Body>
  4. <SendSMSInternal xmlns="http://tempuri.org/">
  5. <from>string</from>
  6. <to>string</to>
  7. <msg>string</msg>
  8. <pass>string</pass>
  9. </SendSMSInternal>
  10. </soap:Body>
  11. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement