Srinivas M

Srinivas M

  • 1.2k
  • 435
  • 27.4k

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