WS-Routing demo

WS-Routing defines a SOAP Header that contains information about a message path, providing routing information for sending and receiving SOAP messages involving SOAP intermediaries. Hailstorm (aka .NET My Services) uses WS-Routing, so expect to see lots of it in the future.

This VB sample contains an object model based on WS-Routing and a set of [de]serializers to plug into PocketSOAP, this makes it easy to work with WS-Routing based services from PocketSOAP.

Download the source and extract it to a directory, you should find the following bits