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
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 10:58 AM
To: [EMAIL PROTECTED]
Subject: RE: xmlhttp & VFP


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.

Reply via email to