[quoted text, click to view] > 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
[quoted text, click to view] > 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>
[quoted text, click to view] > What is the Error you get when calling the unsecured web service?
-- "Error in Pingging the webservice"
Thanks
Dev
[quoted text, click to view] "John Hunter" wrote:
> What header information are you removing?
> What stage in the extension are you removing them?
> What is the Error you get when calling the unsecured web service?
>
> "Mahesh Reddy" wrote:
>
> > i have a secured webservice implemented using WSE2.0, also i have added a
> > soap extention to it for removing certain header information.
> > now my problem is, i am not able to access another unsecured webservice(not
> > WSE implemented) from this secured webservice.
> > also there is a something interesting i have noticed here, when i comment
> > out the below line in the web.config under <soapExtensionTypes> of the
> > secured WS i can access the unsecured WS.
> >
> > <add type="CT.Arrow.USOP.Web.Services.WSAHeadersRemoveExtension,
> > CTUSOPHelper" priority="1" group="0" />
> >
> > this i have added for removing certain header information.
> >
> > Please help me out as i am stuck and don't have any clue what's happening.