Created
November 29, 2012 07:33
-
-
Save level09/4167393 to your computer and use it in GitHub Desktop.
outgoing soap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<GetFullAssetList SOAP-ENC:root="1"> | |
<maxRecord xsi:type="xsd:integer">3</maxRecord> | |
<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> | |
</GetFullAssetList> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment