Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
FC99 #1
Re: .net webservices
Actually, if you give your dataset a name:
DataSet ds = new DataSet("MyDataSet");
then you should use:
WebService.WebMethod.result.diffgram.MyDataSet.MyD ataTable
FC99 Guest
-
Webservices
Hello everybody, I am unable to call remote web service. I have created Proxy Class successfully. Whenever I tried to call it prompts with... -
ADO.NET and Webservices
Hello, I'm trying to build a webservices 'application' that basically allows any sort of client to plug-in and do do updates to the database... -
1 or more webservices
Hi I want to make a webservice which retrieves data for a webpart in a sharepoint environment. Is it handier to make 1 large webservice or a few... -
webservices and com+
hi i have created a webservice that has methods like getitems and so on that get data from the db. and am calling it from asp.net i want... -
SOS! I can't use COM in my webservices
i write a COM use PB9. The COM work well in a Windows Application(use in VS2003.net) But when i use it in a webservices, the COM can not work,the...



Reply With Quote

