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.