Created
June 22, 2015 07:51
-
-
Save underscorephil/9e03b108c129415b52d5 to your computer and use it in GitHub Desktop.
This file contains 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 | |
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:ns1="http://api.service.softlayer.com/soap/v3/" | |
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<SOAP-ENV:Header> | |
<ns1:authenticate> | |
<username>arst</username> | |
<apiKey>arst1234ARST</apiKey> | |
</ns1:authenticate> | |
<ns1:SoftLayer_TicketInitParameters> | |
<id>19899621</id> | |
</ns1:SoftLayer_TicketInitParameters> | |
<ns1:SoftLayer_TicketObjectFilter> | |
<updates> | |
<createDate> | |
<operation>greaterThanDate</operation> | |
<options> | |
<SOAP-ENC:Struct> | |
<name>date</name> | |
<value><xsd:string>06/21/2015 08:42:56</xsd:string></value> | |
</SOAP-ENC:Struct> | |
</options> | |
</createDate> | |
<editorType> | |
<operation>EMPLOYEE</operation> | |
</editorType> | |
</updates> | |
</ns1:SoftLayer_TicketObjectFilter> | |
</SOAP-ENV:Header> | |
<SOAP-ENV:Body><ns1:getUpdates/></SOAP-ENV:Body></SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment