I still use this with my updated XP box without problems connecting to the service I get XML data through. In my .send() I do send an xml doc requesting the information, as per the specs for the service I use.
If the specs Aida has needs to send the username and password as parameters in the url, they should be added there, instead of being passed into the method. Tracy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 10:46 AM To: [EMAIL PROTECTED] Subject: RE: xmlhttp & VFP > From: Andy Davies <[EMAIL PROTECTED]> > yes, if the parameters are for the open() - the original question sort > of implied they were url parms > - Oh, and Tracy's suggestion also seems to work <s> > > lcURL = "https://www.clearinghouse.com/hipaa/Get271.asp" > loXmlHttp = NEWOBJECT( "Microsoft.XMLHTTP" ) > ?loXmlHttp.open("POST",lcURL,.F.,"GUEST","") && null > ?loXmlHttp.send("") && 'No data available for requested item' I think that a security patch to IE has STOPPED this functionality of PW & ID??? I thought that I had to change our system around to deal with that functionality 4 months ago. [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

