--CRM Custom Object WSDL Link--
https://servername/crmService/CustomReferenceService?WSDL
--CreateEntity: SOAP Request--
<env:Envelope xmlns:env="http://schemas.
<env:Body>
<ns2:createEntity>
<ns2:object xsi:type="ns1:Test_c" xmlns:xsi="http://www.w3.org/
<ns1:RecordName>Test3</ns1:
<ns1:Name_c>Test3</ns1:Name_c>
</ns2:object>
<ns2:objectName>Test_c</ns2:
</ns2:createEntity>
</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:createEntityResponse xmlns:ns0="http://xmlns.
<ns2:result xsi:type="ns1:Test_c" xmlns:ns2="http://xmlns.
<ns1:Id>300000012171956</ns1:
<ns1:RecordName>Test3</ns1:
<ns1:CreatedBy>test.scm</ns1:
<ns1:CreationDate>2021-01-
<ns1:LastUpdatedBy>test.scm</
<ns1:LastUpdateDate>2021-01-
<ns1:ObjectVersionNumber>1</
<ns1:RecordNumber>3013</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:createEntityResponse>
</env:Body>
</env:Envelope>