Agile (MOSC)

MOSC Banner

Error while updating list value in Agile PLM by using web services

edited Sep 20, 2016 2:41AM in Agile (MOSC) Question

I am using below code to update list value in agile PLM.

<soapenv:Envelope xmlns:xsi="http://xmlns.oracle.com/AgileObjects/Core/Common/V1" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<soapenv:Body>

    <updateObject>

        <request>

        <requests>

                <classIdentifier>Assembly</classIdentifier>

                <objectNumber>P00125</objectNumber>

                <data rowId="0">

                <itemCategory xsi:type="AgileListEntryType" attributeId="1082">

                <selection>

                    <id/>

                    <apiName/>

                    <value>Device</value>

                </selection>

               </itemCategory>

               </data>

      </requests>

      </request>

    </updateObject>

  </soapenv:Body>

</soapenv:Envelope>

I am using SOAP UI to update value.But i am getting below error.

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">

   <S:Body>

      <ns0:Fault xmlns:ns1="http://www.w3.org/2003/05/soap-envelope

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