SoapUI testing error
Hello Folks,
Getting WSDL testing issue through SoapUI.
When i run sample code for RI_AddressBookManagerService it was successfully done but whenever i call any other WSDL for any custom or standard BSSV its giving me below error.
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<faultcode>wsse:InvalidSecurity</faultcode>
<faultstring>Error on verifying message against security policy Error code:1000</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
I have checked all the configuration as per oracle document but all the configuration seems good.
Please suggest