I am trying to get the following piece of code to work in a Mono console app and as the ultimate goal in a MonoTouch application. The code works fine under VS2008 using a Wi
The problem line of code is:
BasicHttpSecurityMode.TransportWithMessageCredential
Mono does not support WS-Security. Basically there are many options on BasicHttpSecurityMode which will not work. If you require Message Credentials, then I'm afraid this code cannot be made to work. Here is a related link:
http://lists.ximian.com/pipermail/mono-bugs/2010-January/096972.html