Forum Discussion

tansonly's avatar
tansonly
New Contributor
7 years ago

How to test WSHttpbinding with SoapUI tool

Hi,

I am testing application developed on WCF which is internally using WSHttpbinding. While testing the same using SoapUI , it is giving an error message. When I changed the WSHttpbinding to basicHttpbinding then it works fine. But I can't change that in Production environment for the sake of testing purpose alone.


I am getting following error message.

The message could not be processed. This is most likely because the action 'http://tempuri.org/Cust/action' 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.


Please let me know how to test the application without changing from WSHttpbinding to basicHttpbinding in the code.


Thanks,


No RepliesBe the first to reply