Go Back
Wednesday, September 30, 2009
This video demonstrates the ability to call SOAP Web Services in C# using MonoTouch on the IPhone 3.x framework.
Category: Mobile
Tags IPhone C# MonoTouch Web services
MonoTouch.Info 30 Sep
Paul 30 Sep
Trustme 01 Oct
Mike Parsons 04 Oct
Satyam 16 Nov
Akshay 19 Nov
Matt M 03 Dec
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:
Peter 22 Jan
Monster Mike 01 Feb
Rohit 03 Mar
Type the code shown
Display as : cloud | list