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.