--CRM Custom Object WSDL Link--
https://servername/crmService/CustomReferenceService?WSDL
--SOAP Request: UpdateEntity---
<env:Envelope xmlns:env="http://schemas.
<env:Body>
<ns2:updateEntity>
<ns2:object xsi:type="ns1:Test_c" xmlns:xsi="http://www.w3.org/
<ns1:Id>300000012023030</ns1:
<ns1:RecordName>754 New</ns1:RecordName>
<ns1:Name_c>Test3</ns1:Name_c>
</ns2:object>
<ns2:objectName>Test_c</ns2:
</ns2:updateEntity>
</env:Body>
</env:Envelope>
--SOAP Response---
<env:Envelope xmlns:env="http://schemas.
<env:Header>
<wsa:Action>http://xmlns.
<wsa:MessageID>urn:uuid:
</env:Header>
<env:Body>
<ns0:updateEntityResponse xmlns:ns0="http://xmlns.
<ns2:result xsi:type="ns1:Test_c" xmlns:ns2="http://xmlns.
<ns1:Id>300000012023030</ns1:
<ns1:RecordName>754 New</ns1:RecordName>
<ns1:CreatedBy>test.scm</ns1:
<ns1:CreationDate>2021-01-
<ns1:LastUpdatedBy>test.scm</
<ns1:LastUpdateDate>2021-01-
<ns1:ObjectVersionNumber>2</
<ns1:RecordNumber>2005</ns1:
<ns1:LastUpdateLogin xsi:nil="true"/>
<ns1:UserLastUpdateDate xsi:nil="true"/>
<ns1:CurrencyCode>USD</ns1:
<ns1:CurcyConvRateType>
<ns1:CorpCurrencyCode>USD</
<ns1:OraZcxOwner_Id_c>-1</ns1:
<ns1:OraZcxOwner_c>-1</ns1:
<ns1:Name_c>Test3</ns1:Name_c>
<ns1:SelectedRow xsi:nil="true"/>
</ns2:result>
</ns0:updateEntityResponse>
</env:Body>
</env:Envelope>