c# - SOAP UI call from WSHttpbinding binding -


i need find out how should access wshttpbinding service soap ui , binding using given below, wanted have client side windows authentication.

  <wshttpbinding>     <binding name="wshttpbinding1">       <security mode="message">         <message clientcredentialtype="windows" negotiateservicecredential="false" establishsecuritycontext="false" />       </security>     </binding>   </wshttpbinding> 

however i'm getting bad context error message , after tracing found below error.

the message not processed. because action 'http://tempuri.org/#####/####' incorrect or because message contains invalid or expired security context token or because there mismatch between bindings. security context token invalid if service aborted channel due inactivity. prevent service aborting idle sessions prematurely increase receive timeout on service endpoint's binding.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -