function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mjkstkmjkstk 

Updates made via SOAP using MS SOAP 3.0

I have many features working using MS Soap 3.0, but having difficulty with update.

I have tried many different SOAP messages, but never get success.  I believe the issue is related to the <sObjects> portion.  I essentially send:

 

<update xmlns="urn:enterprise.soap.sforce.com">

 

DevAngelDevAngel

Hi mjkstk,

I think the problem may be in the sobject tag.  If you are using the enterprise wsdl and endpoint, the sobject tag should include a type attribute like this:

<sObjects xmlns:q1="urn:sobject.enterprise.soap.sforce.com" xsi:type="q1:Contact">