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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top