TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Srinivas M
1.3k
435
28.8k
Incoming message does not contain required Security header.
Dec 7 2016 7:28 AM
Web.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>
</system.net>
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding name="Subscriptions_v2_0_SOAP11Binding" bypassProxyOnLocal="false"
transactionFlow="false" hostNameComparisonMode="StrongWildcard"
messageEncoding="Mtom" textEncoding="utf-8" useDefaultWebProxy="true"
allowCookies="false">
<reliableSession ordered="true"
enabled="false" />
<security mode="Transport">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
</security>
</binding>
</wsHttpBinding>
<basicHttpBinding>
<binding name="PricePlan_v2_0_SOAP11Binding" allowCookies="true" maxReceivedMessageSize="20000000" maxBufferSize="20000000" maxBufferPoolSize="20000000">
<security mode="None">
</security>
</binding>
</basicHttpBinding>
<basicHttpsBinding>
<binding name="subscription_binding" bypassProxyOnLocal="True" allowCookies="false" maxReceivedMessageSize="20000000" maxBufferSize="20000000" maxBufferPoolSize="20000000">
<security mode="Transport">
<transport proxyCredentialType="Basic" clientCredentialType="None" realm=""></transport>
</security>
</binding>
</basicHttpsBinding>
</bindings>
<client>
<endpoint address="https://154.73.13.24:11649/RedkneeSecureSoap_v3_0/services/SubscriptionService/"
binding="basicHttpsBinding" bindingConfiguration="subscription_binding"
contract="SubscriptionService.SubscriptionsPortType_v2_0" name="SubscriptionsSOAP11port_http" >
</endpoint>
<endpoint address="http://154.73.13.25:10570/redkneeSoap/services/PricePlanService/"
binding="basicHttpBinding" bindingConfiguration="PricePlan_v2_0_SOAP11Binding"
contract="Priceplan.PricePlanPortType_v2_0" name="PricePlanSOAP11port_http" >
</endpoint>
</client>
</system.serviceModel>
</configuration>
Exception
When iam calling A METHOD FROM OF SERVICE IAM GETTING THIS EXCEPTION PLEASE RESOLVE IT ANY ONE
Additional information: WSDoAllReceiver: Incoming message does not contain required Security header
Attachment:
Eeception_Details.zip
Reply
Answers (
0
)
How can we achieve Polymorphism in WCF?
wcf learning resource