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




_______________________________________________
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.

Reply via email to