Hi,
I have secured my web service, based on Secure Conversation
Sample,provided with WSE 2.0. Since my web service is on LAN ( due to some
specific reason ), I need to have routing service which will do the work for
routing. Routing works fine if my web service is not secured but when I ran
with secured web service I got the following error:
<soap:Fault>
<faultcode
xmlns:code="http://schemas.xmlsoap.org/ws/2004/03/addressing">code:DestinationUnreachable</f
aultcode>
<faultstring>Destination Unreachable</faultstring>
<faultactor>http://172.25.14.63/WPSRouterService/WPSOnline_WS.asmx</faultactor>
</soap:Fault>
Any help will be appreciated. Let me know if you require further
information.
Navin Kaushik - 15 Oct 2007 11:03 GMT
Just wanted to add some more inforamation, that I am getting error while
calling IssueSecurityContextTokenAuthenticated to get the security context
token.
> Hi,
> I have secured my web service, based on Secure Conversation
[quoted text clipped - 13 lines]
> Any help will be appreciated. Let me know if you require further
> information.