iphone send send dataset to .net web service
- by rocky
I got a .net web service with dataset as one of the intake parameter. e.g.
int HellowWorld(dataset ds) {}
After this web service being invoked, it will start processing and return status (success or fail) after the process finished.
My question is, how iphone application can build a dataset and attach it as a parameter for sending to the web service?