I want to consume WCF web service from android application. I have worked on .asmx web service but I don't know how to consumign SCF web service in Android application. I have googled it but didn't find any thing. If any one has done it before please help me.
我想从Android应用程序中使用WCF Web服务。我曾经使用过.asmx web服务,但我不知道如何在Android应用程序中使用SCF Web服务。我用谷歌搜索它但没有找到任何东西。如果有人做过,请帮助我。
Thanks in advance.
提前致谢。
1 个解决方案
#1
6
Here is an article explaining how to consume web service with android in general
这篇文章解释了如何通常使用android来使用Web服务
There are a couple of particulars when it comes to WCF and being interoperable with java you want to be careful about. This article series explains a great deal about it.
当涉及到WCF并且可以与您想要小心的java互操作时,有一些细节。本系列文章介绍了很多相关内容。
#1
6
Here is an article explaining how to consume web service with android in general
这篇文章解释了如何通常使用android来使用Web服务
There are a couple of particulars when it comes to WCF and being interoperable with java you want to be careful about. This article series explains a great deal about it.
当涉及到WCF并且可以与您想要小心的java互操作时,有一些细节。本系列文章介绍了很多相关内容。