Hi,
I am making calls to EBS procedures using Oracle EBS adapter in SOA 12.2.1.2 version. The invocations work fine. But when an error is returned from the API, I see only the <X_RETURN_STATUS> as E. But the actual X_MSG_DATA is not getting returned. This is causing an issue in debugging the error. Can you please help on why this issue is happening?
Note: When the procedure is tested through anonymous block, the message data is properly returned.
<OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/sp/EBSCreateVendorContact">
<X_RETURN_STATUS>E</X_RETURN_STATUS>
<X_MSG_COUNT>2</X_MSG_COUNT>
<X_MSG_DATA xsi:nil="true"/>
</OutputParameters>