RE: accessing unsecured webservice from a secured webservice

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

.