My Oracle Support Banner

Faulty Response Exception Message Received when SOAP Configure API is Ran to Set a Numeric Array Attribute (Doc ID 2638812.1)

Last updated on JULY 13, 2020

Applies to:

Oracle BigMachines CPQ Cloud Service - Version 19 D to 19 D [Release 19]
Information in this document applies to any platform.

Symptoms

A faulty Response Exception Message is received when the SOAP Configure API is ran to set a Numeric Array Attribute (Integer, Float or Currency). This issue only occurs when Transaction information is added to the Web Service Call.

Navigate to the Configuration that was created and observe that the correct values have been set. Regardless of the message received, the Configure API correctly sets the values for the Numeric Array Attribute, as expected.

Response Exception Message received after attempting to Set a Float Array Attribute via the SOAP Configure API:
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>CONFIG-ERR:FLOAT ATTRIBUTE NAME : Invalid number entered: #$.
Expected float with format: ####.##</faultstring>
<detail xmlns:bm="urn:soap.bigmachines.com">
<bm:fault>
<bm:exceptionCode>CONFIG-ERR</bm:exceptionCode>
<bm:exceptionMessage>FLOAT ATTRIBUTE NAME : Invalid number entered: #$.
Expected float with format: ####.##</bm:exceptionMessage>
</bm:fault>
</detail>
</soapenv:Fault>

Response Exception Message received after attempting to Set an Integer Array Attribute via the SOAP Configure API:
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>CONFIG-ERR:INTEGER ATTRIBUTE NAME : Invalid number entered: #$.
Expected integer with format: ####</faultstring>
<detail xmlns:bm="urn:soap.bigmachines.com">
<bm:fault>
<bm:exceptionCode>CONFIG-ERR</bm:exceptionCode>
<bm:exceptionMessage>INTEGER ATTRIBUTE NAME : Invalid number entered: #$.
Expected integer with format: ####</bm:exceptionMessage>
</bm:fault>
</detail>
</soapenv:Fault>

Response Exception Message received after attempting to Set a Currency Array Attribute via the SOAP Configure API:
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>CONFIG-ERR:CURRENCY ATTRIBUTE NAME : Unable to parse value '#$'
as a currency or a number.</faultstring>
<detail xmlns:bm="urn:soap.bigmachines.com">
<bm:fault>
<bm:exceptionCode>CONFIG-ERR</bm:exceptionCode>
<bm:exceptionMessage>CURRENCY ATTRIBUTE NAME : Unable to parse value '#$'
as a currency or a number.</bm:exceptionMessage>
</bm:fault>
</detail>
</soapenv:Fault>

Changes

 The environment was upgraded to 19D.

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.