Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Many Data can you send?
Message
From
03/01/2003 11:10:49
 
 
To
03/01/2003 09:56:51
Luis Navas
Independent Consultant
Auckland, New Zealand
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00737665
Message ID:
00737702
Views:
20
Luis,

I am not sure if this will help you to solve your problems, and I am assuming you are calling your WSDL file via SOAP.

The answer to your question is there is no limit in number of records that you can send to server in XML format. But there is a maximum size of the SOAP message that you can POST to the SOAP ISAPI handler. The default size is 100KB, you may need to change this default value to a larger size if you wish to receive large SOAP message. This can be done by changing the value in the registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSOAP\SOAPISAP for SOAP 2.0, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSOAP\30\SOAPISAP for SOAP 3.0, variable is MaxPostSize.

For further reading about ISAPI Listener, look up for "Specifying an ISAPI Listener" in MSDN Library.


HTH.



>Hi thanks in advance for your time. I need to know if there's a limit in number of records with transfer of records in Web Services as XML.
>
>I'm asking this, 'cause i have created a Web Service, and works fine, but in my APP i have a temporary tables that stores the data in case you can't connect to the internet, then i have a procedure wich send this data to the Server as XML, but i'm getting the error Unknow COM status. I was sending 500 Records as XML, and i changed to 150 and works fine without error, but 150 is the maximun that supports, is there anyway to change this?
>
>Thanks, and please excuse my english.
>Luis Navas
Previous
Reply
Map
View

Click here to load this message in the networking platform