Hi Dan,

Thanks for your assistance.

I am able to get the desired request format and getting the response from
the server.
But unfortunately, i am not getting the proper response. I have received the
following response xml:

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope";
xmlns:a="http://www.w3.org/2005/08/addressing";>
        <s:Header>
                <a:Action
s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action>
                
<a:RelatesTo>urn:uuid:8d983814-53f0-43ea-8439-95c6471aa411</a:RelatesTo>
        </s:Header>
<s:Body>
        <s:Fault>
                <s:Code>
                        <s:Value>s:Sender</s:Value>
                        <s:Subcode>
                                <s:Value
xmlns:a="http://schemas.xmlsoap.org/ws/2005/02/sc";>a:BadContextToken</s:Value>
                        </s:Subcode>
                </s:Code>
                <s:Reason>
                <s:Text xml:lang="en-AU">The message could not be processed. 
This is most
likely because the action 'http://tempuri.org/TestService/Get_Points' is
incorrect or because the message contains an invalid or expired security
context token or because there is a mismatch between bindings. The security
context token would be invalid if the service aborted the channel due to
inactivity. To prevent the service from aborting idle sessions prematurely
increase the Receive timeout on the service endpoint's binding.
                </s:Text>
                </s:Reason>
        </s:Fault>
</s:Body>
</s:Envelope>


Can u please help me on this, why I am getting this. Am I doing something
wrong or server is not functioning correctly.

Thanks,
Manoj

--
View this message in context: 
http://cxf.547215.n5.nabble.com/The-security-context-token-is-expired-or-is-not-valid-ERROR-tp5076527p5091523.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to