Yes, it fails. AiR Aida I. Rivera-Benítez, MSMIS AiR Information Systems, Inc. Medical Billing Software & Clearinghouse P.O. Box 270152 San Juan PR 00927-0152
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Sent: Tuesday, July 18, 2006 11:58 AM To: [EMAIL PROTECTED] Subject: RE: xmlhttp & VFP Even this way fails? lcURL = "https://www.clearinghouse.com/hipaa/Get271.asp" loXmlHttp = NEWOBJECT( "Microsoft.XMLHTTP" ) loXmlHttp.open("POST",lcURL,.F.,lcUsername,lcPassword) loXmlHttp.send(lcFile) Tracy -----Original Message----- From: Aida I. Rivera-Benítez Sent: Tuesday, July 18, 2006 11:51 AM Subject: RE: xmlhttp & VFP Yes I tried that like: lcparametros = "Username=" + lcUsername + "&" + "Password=" + lcPassword + "&" + lcFile lcURL = "https://www.clearinghouse.com/hipaa/Get271.asp" loXmlHttp = NEWOBJECT( "Microsoft.XMLHTTP" ) loXmlHttp.open("POST",lcURL,.F.) loXmlHttp.send(lcparametros) and all combinations of this including using commas instead of & and adding "?" before Username. Still the same response. I just asked the clearinghouse tech people is this username and password must be set somehow on the server so it will work, just in case this is the problem and I'm just trying to knock on a locked door. The specs said to send the three values as parameters using the POST method. Only the response could be two different things an error message (which is what I'm receiving :( ) or an xml with the info I need to display to the user. Thanks for all your help. AiR [excessive quoting removed by server] _______________________________________________ Post Messages to: ProFox@leafe.com 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.