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.