R
Ryan C
I am using msxml4 with vj++ and I'm having trouble finding any docs
that discuss XMLHTTP. I have some code that looks like this -
*******
XMLHTTP con = new XMLHTTP();
con.open("POST", URL, mvAsync, V.Null, V.Null);
con.send(new Variant(sourceDoc.getXml()));
responseDoc.loadXML(con.getResponseText());
*******
The code works but I don't know what the last 2 parameters are in the
XMLHTTP.open method. All the samples I see are in VB or ASP and only
use 3 params. Anybody know what these other 2 params are? Can anyone
point me to some docs that discuss using XMLHTTP with VJ++?
(I'm not using VJ++ by choice....company app)
Ryan
that discuss XMLHTTP. I have some code that looks like this -
*******
XMLHTTP con = new XMLHTTP();
con.open("POST", URL, mvAsync, V.Null, V.Null);
con.send(new Variant(sourceDoc.getXml()));
responseDoc.loadXML(con.getResponseText());
*******
The code works but I don't know what the last 2 parameters are in the
XMLHTTP.open method. All the samples I see are in VB or ASP and only
use 3 params. Anybody know what these other 2 params are? Can anyone
point me to some docs that discuss using XMLHTTP with VJ++?
(I'm not using VJ++ by choice....company app)
Ryan