Skip to content

Instantly share code, notes, and snippets.

@level09
Created January 7, 2013 14:54
Show Gist options
  • Save level09/4475533 to your computer and use it in GitHub Desktop.
Save level09/4475533 to your computer and use it in GitHub Desktop.
Outgoing soap
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
>
<SOAP-ENV:Body>
<GetAssetIdList SOAP-ENC:root="1">
<uploadDateTo xsi:type="xsd:string">2012/12/1 23:59</uploadDateTo>
<uploadDateFrom xsi:type="xsd:string">2012/12/1 01:00</uploadDateFrom>
<srchObj>
<partition xsi:type="xsd:string">Live</partition>
<sortOrder xsi:type="xsd:string">UPLOAD_DATE_ORDER</sortOrder>
<sortDir xsi:type="xsd:string">DESCENDING_ORDER</sortDir>
</srchObj>
<maxRecord xsi:type="xsd:integer">10</maxRecord>
</GetAssetIdList>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment