Unable To pass 'Change Category' while creating Change Order With SOAP Webservice
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://xmlns.oracle.com/AgileObjects/Core/Business/V1">
<soapenv:Header/>
<soapenv:Body>
<v1:createObject>
<request>
<!--1 or more repetitions:-->
<requests>
<classIdentifier>ECO</classIdentifier>
<autoNumberSource>ECONumber</autoNumberSource>
<data rowId="0">
<descriptionOfChange>ECO creation - testing</descriptionOfChange>
<reasonForChange>Reason - Testing</reasonForChange>
<changeCategory attributeId="1060">
<selection>
<id>3780578</id>
<apiName>ASSEMBLY_SUSPENSION_ASSEMBLY</apiName>
<value>Assembly | Suspension Assembly</value>
</selection>
</changeCategory>
</data>
</requests>
</request>
</v1:createObject>
</soapenv:Body>
</soapenv:Envelope>
Error:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:createObjectResponse xmlns:ns0="http://xmlns.oracle.com/AgileObjects/Core/Business/V1