Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Not getting the data in response after mapping the filed for rest adaptor in OIC

I have created a rest adaptor to get the transmission report data from OTM . I have tested it first via postman . below is the request and response :

Request :

<?xml version="1.0" encoding="UTF-8"?><sq12xml>
<Query>
<RootName>Transmission</RootName>
<Statement>
SELECT I_LOG_SEQNO, I_MESSAGE_CODE, I_MESSAGE_TEXT
FROM I_LOG
WHERE I_TRANSMISSION_NO = '15004'</Query>
</sq12xml>

Response:

<dbxml:xml2sql xmlns:dbxml="http://xmlns.oracle.com/apps/otm/DBXML" Version="24c">   

<dbxml:TRANSACTION_SET>       

<Transmission I_LOG_SEQNO="29011" I_MESSAGE_CODE="FK_NOT_FOUND_ERROR" I_MESSAGE_TEXT="fsdhdfgffdfhgdjht3546432vxck"/> 

<Transmission I_LOG_SEQNO="29011" I_MESSAGE_CODE="FK_NOT_FOUND_ERROR" I_MESSAGE_TEXT="fsdhdyyuhgbgffdfhgdjht3546432vxck"/>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!