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!

OPA 12.2.0 Web Service Using SOAP UI Showing Authentication Error

68472286-1fc6-4f93-a5d8-00e8f70e4207Oct 8 2015 — edited Oct 14 2015

Hi,

I have deployed a test rulebase to my OPA Hub and the web service URL looks like this;

https://opn-testabc.com/determinations-server/assess/soap/generic/12.2/AdminSmokeTest?wsdl

I  am trying to add this in SOAPUI as new project and it is showing this error in response.


<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/12.2/rulebase/assess/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>

I am being asked to enter the OPA Hub credentials while trying to access the URL through browser.


I strongly suspects we need to pass this credentials while calling the web service as well. I am not aware of the tag that is used to pass credentials in the XML request. Someone please help me with this.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2015
Added on Oct 8 2015
6 comments
1,300 views