SaveAndConfirmInventoryAdjustment Webservice Operation Not Working As Expected
(Doc ID 2888698.1)
Last updated on AUGUST 11, 2022
Applies to:
Oracle Retail Store Operations Cloud Service - Version NA and laterInformation in this document applies to any platform.
Symptoms
When attempting to call saveAndConfirmInventoryAdjustment webservice,the following error occurs.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"xmlns:ns1="http://www.w3.org/2003/05/soap-envelope">
<faultcode>ns0:Server</faultcode>
<faultstring>VALIDATION_ERROR</faultstring>
<detail>
<ns0:ValidationWSFaultException xmlns:ns0="http://www.oracle.com/retail/integration/services/exception/v1">
<ns0:shortErrorMessage>VALIDATION_ERROR</ns0:shortErrorMessage>
<ns0:BusinessProblemDetail>
<ns0:problemDescription>VALIDATION_ERROR</ns0:problemDescription>
<ns0:ProblemDetailEntry>
<ns0:name>ERROR</ns0:name>
<ns0:value>INVALID_INPUT</ns0:value>
</ns0:ProblemDetailEntry>
<ns0:ProblemDetailEntry>
<ns0:name>StrAdjItmMod</ns0:name>
<ns0:value>NO_VALUE</ns0:value>
</ns0:ProblemDetailEntry>
<ns0:ProblemDetailEntry>
<ns0:name>ATTRIBUTE</ns0:name>
<ns0:value>itemId</ns0:value>
</ns0:ProblemDetailEntry>
</ns0:BusinessProblemDetail>
</ns0:ValidationWSFaultException>
</detail>
</ns0:Fault>
</S:Body>
</S:Envelope>
Steps To Recreate
1. Launch SOAPUI
2. Call the saveAndConfirmInventoryAdjustment and note above error.
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 |
Cause |
Solution |
References |