Recommendations for .NET Web Service Format/Protocol for Android, iPhone, etc. integration

后端 未结 4 1718
夕颜
夕颜 2021-02-15 16:22

I am building a web service for my ASP.NET MVC 3 website. Ideally I would like all clients (my web pages, iphone application, android application, windows phone 7 application, e

4条回答
  •  生来不讨喜
    2021-02-15 17:21

    Try using ksoap2 and have your WCF services use the basicHTTP binding.

    If you have only primitive types as parameters, this should very easy. With some work you can also use it for more complex types.

提交回复
热议问题