Sure - here it is - for authCaptureTransaction types. It can be easily
modified for any transaction type.The response comes back in XML format,
which then needs to be parsed in order to extract the data.
#apiloginid##transactionkey##invoice_number#au...
FYI - our server is now communicating with Authorize.net - CF 5 on
Windows 2003 Server R2. I had to switch from a CFHTTP call to a
Microsoft XMLHTTP and XMLDOM object which gets sent as an XML request to
api.authorize.net. Instead of passing form fie...
Thanks. I don't think Server 2003 is the problem - we've been using 2003
R2 for years and never had this problem. I'm leaning towards the same
conclusion - that CF5 forces SSL v3. Still testing more...
Testing in Fiddler, I get "No proxy-authenticate header is present" and
"no www-authenticate header is present". We've been using this code for
years, so some requirement may have changed. Is there a specific
proxyserver I should be specifying in my ...