I'm trying to use the routing support in WSE 3.0. I've sucessfully got a test
application working that routes messages from an ASP.NET based router to an
ASP.NET web service. Now what I would like to get working is routing messages
to a web service that is implemented in a Windows Service. No matter how I
seem to configure the referral cache and the Windows Service I always get a
destination unreachable message. In fact right now I get the same message
even if the service is not running. I'm assuming that I either don't have it
configured correctly or it can't be done. In my referral cache file I'm got
the following:
r:referrals xmlns:r="http://schemas.xmlsoap.org/ws/2001/10/referral">
<r:ref>
<r:for>
<r:exact>http://MyServer/Router/Router.asmx</r:exact>
</r:for>
<r:if />
<r:go>
<r:via>soap.tcp://MyServer:9393/HelloWorldWs</r:via>
</r:go>
<r:refId>uuid:093DC599-FD40-4bd3-B15F-02698D8EBFC2</r:refId>
</r:ref>
</r:referrals>
Does anyone have a hint what I might be doing wrong?
Thanks, Don ...
Don - 25 Apr 2006 19:39 GMT
Does anyone have any thoughts on my question? Are there other places online
that anyone would suggest me posting my WSE 3.0 Routing question?
Thanks, Don ...
> I'm trying to use the routing support in WSE 3.0. I've sucessfully got a test
> application working that routes messages from an ASP.NET based router to an
[quoted text clipped - 22 lines]
>
> Thanks, Don ...