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!

EBS APIs not returning Error Message

Prasanna GJul 10 2018

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2018
Added on Jul 10 2018
0 comments
292 views