<s:Envelope xmlns:s="w3.org/2003/05/soap-envelope" xmlns:a="w3.org/2005/08/addressing">
<s:Header> <a:Action s:mustUnderstand="1">w3.org/2005/08/addressing/soap/fault</a:Action… </s:Header> <s:Body> <s:Fault> <s:Code> <s:Value>s:Sender</s:Value> <s:Subcode> <s:Value xmlns:a="schemas.xmlsoap.org/ws/2005/02/sc">a:BadC… </s:Subcode> </s:Code> <s:Reason> <s:Text xml:lang="en-US"> The security context token is expired or is not valid. The message was not processed. </s:Text> </s:Reason> </s:Fault> </s:Body>
</s:Envelope>
The problem seems obvious:
The security context token is expired or is not valid.
Apparently you're required to send a token to the server which is either missing, invalid or expired. Try to look at the server documentation (if available) or contact somebody that manages the server.
Full stack developer, enthusiastic about new technologies.
Mohammad Raheem
Finally solved.......... it was custom-binding