Agile (MOSC)

MOSC Banner

Unable To pass 'Change Category' while creating Change Order With SOAP Webservice

edited Aug 13, 2019 1:08AM in Agile (MOSC) 1 commentAnswered ✓
Request:

<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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center