Visual J++ and XMLHTTP

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
 
J

Jon A. Cruz

Ryan said:
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 -

Well, since that's j++ and not Java, this is probably not the best place
to ask.


Instead, try one of the misnamed microsoft.public.java.* newsgroups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top