> What header information are you removing?
We are removing following info from header
-WSAddressing.ElementNames.Action
-WSAddressing.ElementNames.Address
-WSAddressing.ElementNames.EndpointReference
-WSAddressing.ElementNames.FaultTo
-WSAddressing.ElementNames.From
-WSAddressing.ElementNames.MessageID
-WSAddressing.ElementNames.PortType
-WSAddressing.ElementNames.ReferenceProperties
-WSAddressing.ElementNames.RelatesTo
-WSAddressing.ElementNames.ReplyTo
-WSAddressing.ElementNames.ServiceName
-WSAddressing.ElementNames.To
> What stage in the extension are you removing them?
We set following in Secured webservice web.config file
<soapExtensionTypes>
<add type="CT.Arrow.USOP.Web.Services.WSAHeadersRemoveExtension,
CTUSOPHelper" priority="1" group="High"/>
</soapExtensionTypes>
> What is the Error you get when calling the unsecured web service?
-- "Error in Pingging the webservice"
Thanks
Dev
> What header information are you removing?
> What stage in the extension are you removing them?
[quoted text clipped - 14 lines]
> >
> > Please help me out as i am stuck and don't have any clue what's happening.