Hi Guys,
What if my request xml is too long. Suppose i have 5000 records in a local table and that i want to send to server. Definitely i will not create Soap request like that as mentioned in above posts. What i will prefer is keeping all data in NSData object setting it as a setHTTPBody and then using POST send it to aspx page at server side. Then save whole xml locally over there and then read it in dataset that's all.
|