all groups > dotnet web services > october 2007 >
You're in the

dotnet web services

group:

accessing unsecured webservice from a secured webservice


accessing unsecured webservice from a secured webservice Mahesh Reddy
10/22/2007 5:06:01 AM
dotnet web services:
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.
RE: accessing unsecured webservice from a secured webservice John Hunter
10/27/2007 4:42:00 AM
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?

[quoted text, click to view]
RE: accessing unsecured webservice from a secured webservice Dev
10/29/2007 5:55:01 AM

[quoted text, click to view]
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]
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]
-- "Error in Pingging the webservice"

Thanks
Dev


[quoted text, click to view]
AddThis Social Bookmark Button