My Oracle Support Banner

SOAP Request to Get Attachments Using Core Web Service Failed with Error:'This object has been modified, please refresh and try again' (Doc ID 2888809.1)

Last updated on APRIL 01, 2024

Applies to:

Oracle Agile PLM Framework - Version 9.3.6.0 and later
Information in this document applies to any platform.

Symptoms

SOAP call to Attachment Core Web Services failed with the following error:
"This object has been modified, please refresh and try again.

Steps to reproduce:

  1. Send the following SOAP request via SOAP UI or other SOAP client:

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

    xmlns:v1="http://xmlns.oracle.com/AgileObjects/Core/Attachment/V1">

       <soapenv:Header>

          <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-

    1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

             <wsse:UsernameToken wsu:Id="UsernameToken-FC47421054545B9AE616167840697681">

                <wsse:Username>JavaBillingAgile</wsse:Username>

                <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-

    1.0#PasswordText">REDACTED</wsse:Password>

                <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-

    1.0#Base64Binary">LWpV5xqys/6Z/l1yuqut1Q==</wsse:Nonce>

                <wsu:Created>2022-01-19T14:45:09.763Z</wsu:Created>

             </wsse:UsernameToken>

          </wsse:Security>

       </soapenv:Header>

       <soapenv:Body>

          <v1:getFileAttachment>

             <request>

                <!--Optional:-->

                <messageId>?</messageId>

                <!--Optional:-->

                <messageName>?</messageName>

                <!--Optional:-->

                <sender>?</sender>

                <!--Optional:-->

                <timestamp>?</timestamp>

                <!--Optional:-->

                <target>?</target>

                <!--Optional:-->

                <disableAllWarnings>false</disableAllWarnings>

                <!--Zero or more repetitions:-->

                <warningResolution>

                   <id>?</id>

                   <resolution>?</resolution>

                </warningResolution>

                <!--Zero or more repetitions:-->

                <sessionParameters>

                   <id>?</id>

                   <!--Zero or more repetitions:-->

                   <property>

                      <!--Optional:-->

                      <propertyName>?</propertyName>

                      <!--Optional:-->

                      <propertyValue>?</propertyValue>

                   </property>

                </sessionParameters>

                <!--Zero or more repetitions:-->

                <generalParameters>

                   <id>?</id>

                   <!--Zero or more repetitions:-->

                   <property>

                      <!--Optional:-->

                      <propertyName>?</propertyName>

                      <!--Optional:-->

                      <propertyValue>?</propertyValue>

                   </property>

                </generalParameters>

                <!--1 or more repetitions:-->

                <requests>

                   <classIdentifier>XYZ Configuration</classIdentifier>

                   <objectNumber>P15340</objectNumber>

                   <!--Optional:-->

                   <allFiles>TRUE</allFiles>

                   <!--Optional:-->

                   <downloadUrl>?</downloadUrl>

                   <!--Zero or more repetitions:-->

                   <attachments>

                      <rowId>?</rowId>

                      <!--Optional:-->

                      <files>

                         <!--1 or more repetitions:-->

                         <fileId>?</fileId>

                      </files>

                   </attachments>

                   <!--Zero or more repetitions:-->

                   <options>

                      <!--Optional:-->

                      <propertyName>?</propertyName>

                      <!--Optional:-->

                      <propertyValue>?</propertyValue>

                   </options>

                   <!--Zero or more repetitions:-->

                   <inputParameters>

                      <id>?</id>

                      <!--Zero or more repetitions:-->

                      <property>

                         <!--Optional:-->

                         <propertyName>?</propertyName>

                         <!--Optional:-->

                         <propertyValue>?</propertyValue>

                      </property>

                   </inputParameters>

                </requests>

             </request>

          </v1:getFileAttachment>

       </soapenv:Body>

    </soapenv:Envelope>

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.