Issue in SOAP response from Weblogic
1005760Apr 26 2013 — edited Apr 26 2013Hi Friends,
I have created a test web service using spring framework and deployed it successfully in Weblogic 11g.
I tried to consume that service via Soap UI. The username and the password i had entered in the soap security header is as same as weblogic admin user's.
The error i got is as below,
<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:InvalidSecurityToken</faultcode>
<faultstring>Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenValidateResult@132a575[status: false][msg weblogic.xml.crypto.wss.UsernameTokenImpl@74b185]</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Can anyone help me for this pls ?
Thanks,
Jothi
Edited by: 1002757 on Apr 26, 2013 6:51 AM