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

You don't have rights to access this resourc<TransmissionAckStatus>REJECTED</TransmissionAckStatus>

I'm trying to create an integration that automatically adds users to OTM.

These users come from Azure, via a GEST call, through the OIC.

Within the OIC, I've already created the entire structure.

Validating via POST, using this command:
curl -v -X POST --user "*****:*******" -H "Content-Type: text/xml" -d @"./user_creation.xml" "https://otmgtm-test-ajinomotobrotm.otmgtm.sa-saopaulo-1.ocs.oraclecloud.com/GC3/glog.integration.servlet.WMServlet"

I'm receiving the following response:

<?xml version="1.0" encoding="UTF-8"?><TransmissionAck xmlns="http://xmlns.oracle.com/apps/otm/transmission/v6.4"><EchoedTransmissionHeader><TransmissionHeader/></EchoedTransmissionHeader><TransmissionAckStatus>REJECTED</TransmissionAckStatus><TransmissionAckReason>EXCEPTION</TransmissionAckReason><StackTrace><![CDATA[You do not have rights to access this resource.]]></StackTrace><TransmissionText><![CDATA[<?xml version="1.0" encoding="UTF-8"?><otm:Transmission xmlns:otm="http://xmlns.oracle.com/apps/otm/transmission/v6.4" xmlns:gtm="http://xmlns.oracle.com/apps/gtm/transmission/v6.4"> <otm:TransmissionHeader> <otm:SenderTransmissionNo>1234</otm:SenderTransmissionNo>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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