Skip to content

Instantly share code, notes, and snippets.

@JohanObrink
Created February 22, 2013 10:13
Show Gist options
  • Save JohanObrink/5012298 to your computer and use it in GitHub Desktop.
Save JohanObrink/5012298 to your computer and use it in GitHub Desktop.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:KLSCredentials xmlns:h="http://www.fordonsdata.se/kls/1.0/" xmlns="http://www.fordonsdata.se/kls/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<userName>username</userName>
<password>password</password>
</h:KLSCredentials>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<createLeads xmlns="http://www.fordonsdata.se/kls/1.0/">
<Leads xmlns="http://www.fordonsdata.se/kls/1.0">
<Lead>
<LeadID>0</LeadID>
<ReceiverID>12345</ReceiverID>
<ReceiverType>0</ReceiverType>
<LeadsType>1</LeadsType>
<LeadsPriority>0</LeadsPriority>
<ExpireDate>2013-02-22T11:11:04.9727064+01:00</ExpireDate>
<Brand>TO</Brand>
<KindOfCar>PB</KindOfCar>
</Lead>
</Leads>
<queueID>1</queueID>
</createLeads>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment