Hi Good Evening,
I am facing issue with custom binding.
I m using wsHTTPBinding but client machine time and server machine time are dufferent so I wrote on server configuration file with custom binding as
<bindings>
<customBinding>
<binding name="UpdateReportParameters_Config">
<transactionFlow />
<security authenticationMode="UserNameForSslNegotiated" messageSecurityVersion="WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10">
<localClientSettings cacheCookies="false" detectReplays="false" maxCookieCachingTime="00:30:00" />
<localServiceSettings replayCacheSize="9" maxClockSkew="00:30:00" replayWindow="00:07:22.2190000" />
<secureConversationBootstrap>
<localClientSettings maxClockSkew="00:30:00" />
<localServiceSettings maxClockSkew="00:30:00" />
secureConversationBootstrap>
security>
<textMessageEncoding />
<httpTransport />
binding>
customBinding>
bindings>
Instead of
Now when I run the project after consuming service below error is thrown.

Please help me
Khan Abrar AhmedPosted Jun 14, 2015, 6:11 AM