Debugging WCF using SOAPUI
Hi,I have a WCF service and hosted it using a Host application.
I tried to debug my service using SOAP UI tool but I'm getting the below error (also attached a screenshot).
Kindly suggest a solution to rectify this issue.
Error message: -
<s:Text xml:lang="en-US">The message could not be processed. This is most likely because the action 'http://tempuri.org/ISampleService/GetMessage' 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>