Go Back

IPhone web service client in C# using MonoTouch

This video demonstrates the ability to call SOAP Web Services in C# using MonoTouch on the IPhone 3.x framework.

  • Facebook
  • Twitter
  • DZone It!
  • Digg It!
  • StumbleUpon
  • Technorati
  • Del.icio.us
  • NewsVine
  • Reddit
  • Blinklist
  • Add diigo bookmark

Comments  11

  • MonoTouch.Info 30 Sep

    Thank you for submitting this entry - Trackback from MonoTouch.Info
  • Paul 30 Sep

    Nice, RESTful cant be too far a way
  • Trustme 01 Oct

    Excellent!  Thanks for posting this.
  • Mike Parsons 04 Oct

    Love all your screencasts bro :)

    Very helpful, and I'm incredibly excited about all the monotouch team is providing :)

    Grace and Peace,

    Mike
  • Satyam 16 Nov

    Its a good video. My server needs authentication. And that too it works on "https". How to work with it. Once this is solve, I have to save the session in order to make other calls once authentication is success full. How to do it?
    Do u have any idea?
  • Akshay 19 Nov

    Its a great Tutorial. Thanks for Posting.....
  • Matt M 03 Dec

    Thanks, great vid.  Note in IB 3.2 the Outlets section has been moved to the Library.  For this example, open the Library > Classes > then click on the AppDelegate and add your outlets
  • bbradford 17 Jan

    Can't get this to work..... works fine in ASP.NET to Gridview ... I'm trying to pull and display data to a table view from my WebService ... Any Ideas

    var MyWebService = new WS.DataWebService(); 

    DataSet MyData = MyWebService.GetData();

    MyTable.DataSource = MyData();

    ERROR: Expression denotes a `variable', where a `method group' was expected (CS0119) (WebServiceTest)

    UPDATE:

    Below is the code I can get to work:

    // ------------Displays Basic Text From My Web Service -  WebMethod MyText() to a Label in the XIB-------
    var MyWSTest = new DataWebService();
    Label1.Text = MyWSTest.MyText();
    //-------------Displays the XML pulled from Web Service -  WebMethod GetData() to a Textbox View in the XIB --------
    DataSet MyData = MyWSTest.GetData();
    TextWindow.Text = MyData.GetXmlSchema();
    //------------ Converts GetData() XML into Readable Content to Table ----------
    //               NEED HELP ON THIS???????
  • Peter 22 Jan

    Once again, thanks very much.  Short, sweet, to the point and re-inforcing my thoughts that Monotouch is the way to go.   Just the cost is an issue for me, as the US$ is expensive!
  • Monster Mike 01 Feb

    Thank you very much for this video!
  • Rohit 03 Mar

    how i can create custom web services
Post a comment!
  1. Formatting options