Skip to content

Instantly share code, notes, and snippets.

@alcabanillas-engh
Created November 28, 2008 20:04
Show Gist options
  • Save alcabanillas-engh/30073 to your computer and use it in GitHub Desktop.
Save alcabanillas-engh/30073 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<n1:set_entry xmlns:n1="http://www.sugarcrm.com/sugarcrm"
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<session xsi:type="xsd:string">6f3fefe702be584ddcf92d8c4555f1ff</session>
<module_name xsi:type="xsd:string">Leads</module_name>
<name_value_list n2:arrayType="n1:name_value[17]"
xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="n2:Array">
<item>
<name xsi:type="xsd:string">lead_status</name>
<value xsi:type="xsd:string">New</value>
</item>
<item>
<name xsi:type="xsd:string">lead_source</name>
<value xsi:type="xsd:string">Philadelphia</value>
</item>
<item>
<name xsi:type="xsd:string">lead_source_description</name>
<value xsi:type="xsd:string">Tradeshow with</value>
</item>
<item>
<name xsi:type="xsd:string">assigned_to</name>
<value xsi:type="xsd:string">joe</value>
</item>
<item>
<name xsi:type="xsd:string">first_name</name>
<value xsi:type="xsd:string">John</value>
</item>
<item>
<name xsi:type="xsd:string">last_name</name>
<value xsi:nil="true">doe</value>
</item>
<item>
<name xsi:type="xsd:string">account_name</name>
<value xsi:type="xsd:string">company X</value>
</item>
<item>
<name xsi:type="xsd:string">title</name>
<value xsi:type="xsd:string">PM</value>
</item>
<item>
<name xsi:type="xsd:string">office_phone</name>
<value xsi:type="xsd:string">4155551212</value>
</item>
<item>
<name xsi:type="xsd:string">fax</name>
<value xsi:type="xsd:string"></value>
</item>
<item>
<name xsi:type="xsd:string">email</name>
<value xsi:type="xsd:string">john@doe.com</value>
</item>
<item>
<name xsi:type="xsd:string">primary_addresss</name>
<value xsi:type="xsd:string">x drive</value>
</item>
<item>
<name xsi:type="xsd:string">city</name>
<value xsi:type="xsd:string">Allentwon</value>
</item>
<item>
<name xsi:type="xsd:string">state</name>
<value xsi:type="xsd:string">PA</value>
</item>
<item>
<name xsi:type="xsd:string">postal_code</name>
<value xsi:type="xsd:string">00000</value>
</item>
<item>
<name xsi:type="xsd:string">country</name>
<value xsi:type="xsd:string">UNITED STATES</value>
</item>
<item>
<name xsi:type="xsd:string">description</name>
<value xsi:type="xsd:string">Primary_Job_Function: Information Systems Executive Mgmt.(MIS/IS/IT)
Job_Title: President / CEO / Owner
Primary_Industry: Business/Professional Services
Number_of_Employees: 11-49
Operating_Systems: :Other
Purchase_Timeframe: Over 1 year
Attended_ITEC_in_last_year: Yes
Annual_IT_Budget: $50001 -$100000
Products_Service_Interest: Networking &amp; Wireless
FierceCIO_Subscribe: No
</value>
</item>
</name_value_list>
</n1:set_entry>
</env:Body>
</env:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment