Consuming WCF web service from Android application

13,095

Here is an article explaining how to consume web service with android in general

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.

Share:
13,095
Sujit
Author by

Sujit

An android enthusiastic and passionate about coding. Started working on android since its evolving stage. just love Android. "Good code is its own best documentation.”

Updated on July 24, 2022

Comments

  • Sujit
    Sujit almost 2 years

    I want to consume WCF web service from Android application. I have worked on .asmx web service but I don't know how to consume a SCF web service in Android application.