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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error message in Open Interface Rest Web Service

User_J3WK3May 5 2020

Hello,

I'm following this document (https://docs.oracle.com/cd/E26401_01/doc.122/e20927/T511473T669558.htm#isgdg_oitpost) to use "Open Interface : Material Transactions Interface Manager" but when I try to run the POST method it returns the following error: 

<?xml version = '1.0' encoding = 'UTF-8'?>

<OutputParameters xmlns="http://xmlns.oracle.com/apps/inv/concurrentprogram/rest/mtl_transactions/mtl_transactions_interface">

  <Summary>

  <SuccessCount>0</SuccessCount>

  <ErrorCount>1</ErrorCount>

  </Summary>

  <Result>

  <Output>

  <Index>1</Index>

  <Status>FAILURE</Status>

  <Message>Run time error.. Please see service log for detials</Message>

  <MTL_TRANSACTIONS_INTERFACE_REC>

  <TRANSACTION_INTERFACE_ID>99988866</TRANSACTION_INTERFACE_ID>

  <INVENTORY_ITEM_ID>210135</INVENTORY_ITEM_ID>

  </MTL_TRANSACTIONS_INTERFACE_REC>

  </Output>

  </Result>

</OutputParameters>

 

However I can use the GET, PUT and DELETE methods without any problem. I attach the payload file used.

Kind regards

Comments

Processing

Post Details

Added on May 5 2020
1 comment
285 views