wcf - Error: The HTTP request is unauthorized with client authentication scheme 'Negotiate' -


i keep getting above error when client program tries call wcf service method. passing credentials via clientcredential.username.

i not able figure out what's happening here , posts related kind of issue not solving problem.

mine shared hosting environment on godaddy server wcf service hosted.

configuration follows:

<endpoint      name="wsbinding"      address=""      binding="wshttpbinding"      contract="servicelib.ibooking"      bindingconfiguration="mywssettings"/>   <bindings>   <wshttpbinding>     <binding name="mywssettings">       <security mode="transport">         <message clientcredentialtype="username" />       </security>     </binding>   </wshttpbinding> </bindings> 

would appreciate help.

thanks sandeep


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -