Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmlhttp for larger xml files
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00546988
Message ID:
00547008
Views:
9
>We are sending 1k request xml files to a server and have been receiving the proper xml response files for some time now, but when we try to send request xml files larger than 2044 bytes in size the server people tell us they are receiving truncated request files.
>
>We have tried using setrequestheader method as such:
>loxml.setrequestheader("Content-Length",len(lcxml))
>but this doesn't seem to change anything at all.
>I notice that docs say that the 2nd parameter is of type bstr.
>Could this have something to do with our failure here as we are passing a numeric value.
>
>Has anyone found an object model for this component on the web?

See if this KB can help on the specific problem : http://support.microsoft.com/support/kb/articles/Q298/1/08.ASP

The object model for MSXML2.XMLHTTP is at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/htm/xmobjxmlhttprequest.asp

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform