Advertisement
Guest User

Untitled

a guest
Sep 5th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <soapenv:Header>
  4. <ebl:RequesterCredentials soapenv:mustUnderstand="0" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:ebl="urn:ebay:apis:eBLBaseComponents">
  5. <ebl:NotificationSignature xmlns:ebl="urn:ebay:apis:eBLBaseComponents">ScVANv3hmw249mNfn/ynmQ==</ebl:NotificationSignature>
  6. </ebl:RequesterCredentials>
  7. </soapenv:Header>
  8. <soapenv:Body>
  9. <GetMyMessagesResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  10. <Timestamp>2019-09-05T06:31:34.218Z</Timestamp>
  11. <Ack>Warning</Ack>
  12. <CorrelationID>1811025785361</CorrelationID>
  13. <Errors>
  14. <ShortMessage>Message for given ID 62814806 does not exist.</ShortMessage>
  15. <LongMessage>Message for given ID 62814806 does not exist.</LongMessage>
  16. <ErrorCode>20118</ErrorCode>
  17. <SeverityCode>Warning</SeverityCode>
  18. <ErrorParameters ParamID="0">
  19. <Value>62814806</Value>
  20. </ErrorParameters>
  21. <ErrorClassification>SystemError</ErrorClassification>
  22. </Errors>
  23. <Version>1119</Version>
  24. <Build>E1119_CORE_APIMSG_19041472_R1</Build>
  25. <NotificationEventName>MyMessagesM2MMessage</NotificationEventName>
  26. <RecipientUserID>xxxxxxx</RecipientUserID>
  27. <EIASToken>nY+sHZ2PrBmdj6wVnY+sEZ2PrA2dj6AMl4CoDpiKowidj6x9nY+seQ==</EIASToken>
  28. <Messages/>
  29. </GetMyMessagesResponse>
  30. </soapenv:Body>
  31. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement