Link to home
Start Free TrialLog in
Avatar of michael_tzez
michael_tzez

asked on

Coldfusion - UPS Address Validation - Post working problem

This code has been working fine for some time now.  Not sure what happened.
I believe the problem must be on ups end.

It tells me the problem is here:
Connection Failure: Status code unavailable
<cfhttpparam name="requestAV" type="XML" value="#AV#">
Connection Failure: Status code unavailable 
 
316 : <cfhttp url="https://www.ups.com/ups.app/xml/AV" port="443" method="POST" throwonerror="yes">
317 :     <cfhttpparam name="requestAV" type="XML" value="#AV#">
318 : </cfhttp>
319 : <cfset VerifyAddress = XmlParse(CFHTTP.FileContent)>

Open in new window

Avatar of erikTsomik
erikTsomik
Flag of United States of America image

it could be the UPS internal problem
ASKER CERTIFIED SOLUTION
Avatar of _agx_
_agx_
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of michael_tzez
michael_tzez

ASKER

im restarting server...see if it is just CF not working properly.
If not that...can it be my firewall?  
i am getting the same error for rates too
restarted machine...now it is working!!!
wth???
CF letting me down from time to time.
it took a step out of my problem solving
It is hard to tell.  It could be anything from a transient firewall problem to a temporary problem on UPS's site.