> I wrote a WS router which routes the SOAP requests to a different web
> services, regarding their header info.
>
> The code is the modified example of QuoteRouter2.0 project from the
> ContentBasedRouter solution(WSE 2.0 examples).
SNIP
> - If the header is unknown (the else part of the above procedure), the
> user should receive a message like "Unknown header".
[quoted text clipped - 4 lines]
> How can this be achieved ? ( ProcessRequestMessage expects URI as a return
> value )
I don't recall the code path exactly inside the HttpSoapRouter so cannot
be certain right now, but did you try throwing an exception for your
error case?

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.