Encode and Decode content-type 'application/soap+msbin1' for use with HttpWebRequest/HttpWebResponse in C#.NET

jroberts picture jroberts · Jun 29, 2012 · Viewed 9.4k times · Source

I have searched high and low looking for a simple class or set of functions to encode and decode the content type 'application/soap+msbin1'

My end goal is to be able to use HttpWebRequest and HttpWebResponse to interact with a webserver running a silverlight application.

Any samples or examples of either of the two items above are greatly appreciated.