Sending and Receiving data through SOAP web service in .Net
- by Nikhil Thaker
I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first I will send List of 50 objects and then next 50 and so on...
Now I am new to web services and all.
So my question is "Is it true that we can lost some data sometimes while transferring it through SOAP web service?"