문제

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