Forum Discussion
Change web.config by adding the following:
<bindings>
<wsHttpBinding>
<binding name="wsHttpBindingNoSCT">
<security mode="None">
<transport clientCredentialType="None" />
<message establishSecurityContext="false" />
</security>
</binding>
</wsHttpBinding>
</bindings>
Reset the iis once & test the service with Wshttp binding in SOAPUI....Its will work...
<bindings>
<wsHttpBinding>
<binding name="wsHttpBindingNoSCT">
<security mode="None">
<transport clientCredentialType="None" />
<message establishSecurityContext="false" />
</security>
</binding>
</wsHttpBinding>
</bindings>
Reset the iis once & test the service with Wshttp binding in SOAPUI....Its will work...
tansonly
8 years agoNew Contributor
Hi ,
Can you please advise where I can find web.config file to update?
I am having similar issue .
Related Content
- 17 years ago
- 4 years ago
- 11 years ago
Recent Discussions
- 15 years ago