Web Service Issue
Hi,
I created a new custom web service and its working fine when tested through local Jdeveloper integrated weblogic server.
But the same web service, after deployment when tested through SOAP UI, it is giving below error (highlighted in bold):
What could be the cause of the issue...?...I am able to execute other BSSV objects through SOAP UI.
========
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<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>