Home » » Calling WCF service from Android application?

Calling WCF service from Android application?

Written By M.L on சனி, 10 மார்ச், 2012 | மார்ச் 10, 2012

Hi All,
I need to consume a WCF service written in c# from my android application.
The method of the service accepts complex object i.e.  object inside object for Example
(public abstract class ture
    {
        [DataMember]
        public tureBan[] tureBanArray { get; set; }
        [DataMember]
        public tureChen[] tureChenArray { get; set; }
        [DataMember]
        public string AccentureID { get; set; }
    }
) the service consuming it as follows: CallService(ture ure),where object ure in turn is consuming two objects tureBan and  tureChen;
Please help me on this!!

Thanks!

Note : Provide your comments by clicking below options! Thanks ! :)

0 comments:

கருத்துரையிடுக

Popular Posts

General Category