Solved! Go to Solution.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.marketo.com/mktows/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.marketo.com/mktows/">
<SOAP-ENV:Header>
<ns1:AuthenticationHeader>
<mktowsUserId>OMITTED</mktowsUserId>
<requestSignature>OMITTED</requestSignature>
<requestTimestamp>2014-07-17T17:01:53-05:00</requestTimestamp>
</ns1:AuthenticationHeader>
<ns1:MktowsContextHeader>
<targetWorkspace>NAME OF MY WORKSPACE</targetWorkspace>
</ns1:MktowsContextHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<tns:paramsSyncLead>
<leadRecord>
<Email>starlord@example.com</Email>
<leadAttributeList>
<attribute>
<attrName>FirstName</attrName>
<attrType>string</attrType>
<attrValue>Peter</attrValue>
</attribute>
<attribute>
<attrName>LastName</attrName>
<attrType>string</attrType>
<attrValue>Quill</attrValue>
</attribute>
</leadAttributeList>
</leadRecord>
<returnLead>true</returnLead>
</tns:paramsSyncLead>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.marketo.com/mktows/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.marketo.com/mktows/">
<SOAP-ENV:Header>
<ns1:AuthenticationHeader>
<mktowsUserId>OMITTED</mktowsUserId>
<requestSignature>OMITTED</requestSignature>
<requestTimestamp>2014-07-16T11:16:28-05:00</requestTimestamp>
</ns1:AuthenticationHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<tns:paramsSyncLead>
<returnLead>true</returnLead>
<leadRecord>
<leadAttributeList>
<attribute>
<attrName>FirstName</attrName>
<attrValue>Fake</attrValue>
<attrType>string</attrType>
</attribute>
<attribute>
<attrName>LastName</attrName>
<attrValue>Guy</attrValue>
<attrType>string</attrType>
</attribute>
</leadAttributeList>
<Email>fakeguy@example.com</Email>
</leadRecord>
</tns:paramsSyncLead>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.marketo.com/mktows/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.marketo.com/mktows/">
<SOAP-ENV:Header>
<ns1:AuthenticationHeader>
<mktowsUserId>OMITTED</mktowsUserId>
<requestSignature>OMITTED</requestSignature>
<requestTimestamp>2014-07-16T13:39:41-05:00</requestTimestamp>
</ns1:AuthenticationHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<tns:paramsSyncLead>
<leadRecord>
<email>clarkkent@example.com</email>
<leadAttributeList>
<attribute>
<attrName>FirstName</attrName>
<attrType>string</attrType>
<attrValue>Clark</attrValue>
</attribute>
<attribute>
<attrName>LastName</attrName>
<attrType>string</attrType>
<attrValue>Kent</attrValue>
</attribute>
</leadAttributeList>
</leadRecord>
<returnLead>true</returnLead>
</tns:paramsSyncLead>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>