Invoking HCM Rest Service Through REST Adapter Fails With Errors "Bad Request" Or "Not Acceptable"
(Doc ID 2599794.1)
Last updated on OCTOBER 15, 2019
Applies to:
SOA Suite Cloud Service - Version N/A and laterInformation in this document applies to any platform.
Symptoms
On : N/A version, Core SOA Product Issues
Calling HCM rest api from SOA CS fails with below errors on Request or Response.
ERROR
-----------------------
Request fails with error:
-<bpelFault>
<faultType>0</faultType>
-<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>Bad Request</summary>
</part>
-<part name="code">
<code>400</code>
</part>
-<part name="detail">
<detail>Invalid operation create for the specified resource.</detail>
</part>
</bindingFault>
</bpelFault>
</fault>
-<faultType>
<message>0</message>
</faultType>
and sometimes, it fails with error on processing response as below:
<bpelFault>
<faultType>0</faultType>
-<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>Not Acceptable</summary>
</part>
-<part name="code">
<code>406</code>
</part>
-<part name="detail">
<detail/>
</part>
</bindingFault>
</bpelFault>
</fault>
-<faultType>
<message>0</message>
</faultType>
</messages>
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create a SOA Composite to invoke HCM REST API and note it fails with the reported error.
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 |