Skip to content

Instantly share code, notes, and snippets.

@underscorephil
Created June 22, 2015 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save underscorephil/9e03b108c129415b52d5 to your computer and use it in GitHub Desktop.
Save underscorephil/9e03b108c129415b52d5 to your computer and use it in GitHub Desktop.
<?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