Skip to Main Content

Intelligent Advisor

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!

Security token could not be authenticated or authorized [OPA-HUB vs Siebel IP16 Integration]

user10365379Aug 8 2017 — edited Aug 9 2017

Hi ,

We are trying to integrate OPA-HUB to Siebel IP16 .

Established Web service connection between OPA-HUB & Siebel IP16 successfully and tried to load data for (ApplyForBenfits) example.But we encountered below error here.

Error in Message Log:

We tried to debug from Siebel end.

In Workflow Instance monitor,getting error in "OPA Load For PUB Sample Intake Contact" at step "Get InputData Defination"

ERROR MESSAGE:

Error invoking service 'odsInterviewService12.2_SiebelOPAIntegration_type', method 'GetInputDataDefinition' at step 'Get InputData Defination'.(SBL-BPR-00162)--Operation 'GetInputDataDefinition' of Web Service 'http://oracle.com/determinations/server/interview/12.2/rulebase/types.odsInterviewService12.2_SiebelOPAIntegration' at port 'odsInterviewService12.2_SiebelOPAIntegration' failed with the following explanation: "An error has occurred processing this request.".(SBL-EAI-04308)

SOAP ERROR:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/interview/12.2/rulebase/types">

   <SOAP-ENV:Header>

      <i18n:international>

         <i18n:locale>en_US</i18n:locale>

         <i18n:tz>Etc/GMT</i18n:tz>

      </i18n:international>

   </SOAP-ENV:Header>

   <SOAP-ENV:Body>

      <SOAP-ENV:Fault>

         <faultcode>wsse:FailedAuthentication</faultcode>

         <faultstring>The security token could not be authenticated or authorized</faultstring>

         <detail>

            <typ:error-response>

               <typ:code>com.oracle.determinations.server.exceptions.FailedAuthenticationException</typ:code>

               <typ:message>The security token could not be authenticated or authorized</typ:message>

            </typ:error-response>

         </detail>

      </SOAP-ENV:Fault>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Thanks in advance.

This post has been answered by Phil Whitwell-Oracle on Aug 9 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2017
Added on Aug 8 2017
2 comments
641 views