Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

REST PUT with CSV in SOA12c

User_SEU1NOct 6 2021

Hi All,
I have a requirement to invoke a Salesforce REST PUT method from SOA 12c (12.2.1.3), I used Translate activity to transfer the XML to CSV but getting the below error, any pointers or blocks which explain the REST invocation with csv format will be much appreciated.

<fault>

-
<bpelFault>
<faultType>0</faultType>
-
<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
-
<part name="summary">
<summary>oracle.fabric.common.FabricInvocationException: java.lang.IllegalStateException: Entity must not be null for http method PUT.</summary>
</part>
-
<part name="code">
<code>null</code>
</part>
-
<part name="detail">
<detail>Entity must not be null for http method PUT.</detail>
</part>
</remoteFault>
</bpelFault>
</fault>

Thanks
Ramesh.

Comments

Eight Six
Once again Nice article :)

Thanks
1 - 1

Post Details

Added on Oct 6 2021
0 comments
186 views