Question

I am trying to connect to an ASP.net soap service using Kerberos authentication using MonoTouch but it does not support WSE extensions. it returns a 401 auth failure.

Was planning on doing something like this http://www.15seconds.com/issue/040603.htm

Is there a way to use WebServicesClientProtocol class in MonoTouch or any alternative way to do Kerberos authentication using MT?

Was it helpful?

Solution

Mono itself does not support Kerberos and all the web services code of MonoTouch is based on it.

FWIW Web Service Enhancement is very old and was never supported (2.0) by Mono. You should look at WCF and the (Silverlight-based) subset that MonoTouch support.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top