Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. `<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://myhttps/index.php" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
  2. <SOAP-ENV:Body>
  3. <ns1:getCndAppActivationResponse>
  4. <return xsi:type="SOAP-ENC:Struct">
  5. <my_sz_MessageCode xsi:type="xsd:string">ERROR_INVALID_ACTIVATION_KEY</my_sz_MessageCode>
  6. <my_sz_Message xsi:type="xsd:string">Activation key not valid</my_sz_Message>
  7. <my_sz_PackageURI xsi:type="xsd:string"/>
  8. <my_sz_PackageVersion xsi:type="xsd:string"/>
  9. </return>
  10. </ns1:getCndAppActivationResponse>
  11. </SOAP-ENV:Body>
  12. </SOAP-ENV:Envelope>`
  13.  
  14. `<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://myhttps/index.php" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
  15. <SOAP-ENV:Body>
  16. <ns1:getCndAppActivationResponse>
  17. <my_sz_MessageCode xsi:type="xsd:string">ERROR_INVALID_ACTIVATION_KEY</my_sz_MessageCode>
  18. <my_sz_Message xsi:type="xsd:string">Activation key not valid</my_sz_Message>
  19. <my_sz_PackageURI xsi:type="xsd:string"/>
  20. <my_sz_PackageVersion xsi:type="xsd:string"/>
  21. </ns1:getCndAppActivationResponse>
  22. </SOAP-ENV:Body>
  23. </SOAP-ENV:Envelope>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement