Data Access Worldwide Knowledge Base

Article ID 2191
Article Title INFO: Limits to the amount of data that can be transferred per webservice call/parameter
Article URL http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=2191
KBase Category VDF11
Date Created 11/19/2005
Last Edit Date 12/01/2005


Article Text
QUESTION:
We are planning on creating an internal web service for transfering data between workspaces and the amount of data can get pretty large. Is there a limit to the amount of data a web service call can pass? It might amount to 100k maybe, would that work?

ANSWER:
I am not aware of a maximum in data that can be transferred but the more data is sent on one call may make the call seem to be operating slowly. On the other hand, several big webservice providers ask you to send more data in one call instead of multiple small calls.

If sending strings, make sure your argument size is large enough (see set_argument_size).

A quick test showed that there was no problem in tranferring 500,000 characters in one parameter or even multiple of these ones in an array or array of structs. In total, the test transferred 16 million characters in one call.


Contributed By:
Vincent Oorsprong
Company: Data Access Worldwide
email: vincent.oorsprong@dataaccess.eu
Web Site: http://www.dataaccess.eu


Email this Article
Email this Article to a Colleague
Send Feedback on this Article to Data Access Worldwide
Copyright ©2010 Data Access Corporation. All rights reserved.

The information provided in the Data Access Technical Knowledge Base is provided "as is" without warranty of any kind. Data Access Corporation disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Data Access Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Data Access Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.