Here is a code snippet.... Im using XML4 from Microsoft.
//GET
XMLHTTPServer.open('GET', URL_t, FALSE, User_t, Pass_t);
XMLHTTPServer.send;
//LOAD response into document
XMLDocument.loadXML(XMLHTTPServer_laut.responseText); //<--fails
fails because the response is more than 250 chrs.
How can I do this???
- Arol
0
Comments
The solution I will use is to make an OCX in VB that takes the XML response and saves it to a file... from where Navision can handle it...
- Arol
Streams can be of any length, and are a supported variable type in Attain.
John
I know Attain supports streams, but as is none of our customers has Attain so ....
Anyways the ocx works fine, im going to add some features to it, but regretfully its not owned by me so I wont be able to post it, but Ill be happy to give instructions on how to do it should anyone be intersted.
- Arol