iphone send send dataset to .net web service
Posted
by rocky
on Stack Overflow
See other posts from Stack Overflow
or by rocky
Published on 2010-05-13T03:52:50Z
Indexed on
2010/05/13
4:04 UTC
Read the original article
Hit count: 298
iphone
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?
© Stack Overflow or respective owner