Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  3.     <env:Header xmlns:env="http://www.w3.org/2003/05/soap-envelope">
  4.         <wsa:Action>StartResponse</wsa:Action>
  5.         <wsa:MessageID>urn:uuid:baf01fd7-6f9f-4d00-bb26-512135a73241</wsa:MessageID>
  6.         <wsa:RelatesTo>urn:uuid:ffac578d-73d8-46ac-b125-9cbf3952da25</wsa:RelatesTo>
  7.         <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
  8.         <wsse:Security>
  9.             <wsu:Timestamp wsu:Id="Timestamp-85ab50c0-d240-4891-aa81-9e3d277470e0">
  10.                 <wsu:Created>2019-01-15T10:31:45Z</wsu:Created>
  11.                 <wsu:Expires>2019-01-15T10:36:45Z</wsu:Expires>
  12.             </wsu:Timestamp>
  13.         </wsse:Security>
  14.     </env:Header>
  15.     <soap:Body>
  16.         <RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
  17.             <OverallStatus>OK</OverallStatus>
  18.             <RequestID>f98ba815-9597-455a-bc7d-8d6175226604</RequestID>
  19.             <Results xsi:type="ObjectExtension">
  20.                 <PartnerKey xsi:nil="true" />
  21.                 <ObjectID xsi:nil="true" />
  22.                 <Type>AsyncActivityStatus</Type>
  23.                 <Properties>
  24.                     <Property>
  25.                         <Name>TaskID</Name>
  26.                         <Value>7995191</Value>
  27.                     </Property>
  28.                     <Property>
  29.                         <Name>Status</Name>
  30.                         <Value>Queued</Value>
  31.                     </Property>
  32.                 </Properties>
  33.             </Results>
  34.         </RetrieveResponseMsg>
  35.     </soap:Body>
  36. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement