SoapUI testing failed
Hello Folks,
I have installed and configured BSSV server and did update package for BSSV successfully. Now I am trying to test the BSSV via SoapUI as per the oracle standard document but its getting failed with below error.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:Fault xmlns:ns1="http://www.w3.org/2003/05/soap-envelope" xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>ns0:Server</faultcode>
<faultstring>User is not authorized to invoke this published business service</faultstring>
</ns0:Fault>
</S:Body>
</S:Envelope>
For the troubleshoot i have followed the below document and as per the document it seems all configuration is good. But still getting the same issue.