Sending and Receiving data through SOAP web service in .Net

Posted by Nikhil Thaker on Stack Overflow See other posts from Stack Overflow or by Nikhil Thaker
Published on 2010-01-20T09:19:10Z Indexed on 2010/06/05 20:02 UTC
Read the original article Hit count: 298

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?"

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET