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.

Http integration with OTMv24b

Andrei BurykinAug 22 2024

Hello Team!

I need to implement http integration with OTM 24b without OAuth, so I use request headers for passing credentials.
I've created new user with INTEGRATION role ID:

I tried to make post request to the following url:
https://…oraclecloud.com/GC3/glog.integration.servlet.DBXMLServlet?command=xmlExport

I received following 200 response:

<!--
<glog_error id="[018412]"><log_timestamp>2024-08-22 10:15:50.521</log_timestamp><causes><cause><error>Invalid user name or password. Please try again.</error></cause></causes></glog_error>
-->

Looks like I missed something, could please advise the reason of such behavior? I'm sure that password is correct. I tried to change password, tried different users, tried domain prefix before user name, tried to switch to Basic authorization without success.
It will be great if you can share an example of OTM configuration and according post request.

Comments
Post Details
Added on Aug 22 2024
1 comment
43 views