Hi all - I am trying to use the authorize.net api for some stuff and I keep getting the following 2 errors. When I run Curl to the wsdl address from the command line it usually responds - though occasionally I get a small lag.
The 2 errors are below - One appears to be DNS related which is odd because on one else in my network is having trouble and the other I don't get...
The same app has lots of webservice calls which are internal to my network and I'm making those (not SSL) 100% of the time.
Ideas!!??? Any help or thoughts at this point would be valuable.
wsdl error: Getting https://api.authorize.net/soap/v1/Service.asmx?WSDL - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: https://api.authorize.net:443/soap/v1/Service.asmx?WSDL
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 4.2E-5
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0 |
wsdl error: Getting https://api.authorize.net/soap/v1/Service.asmx?WSDL - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url: https://api.authorize.net:443/soap/v1/Service.asmx?WSDL
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 32
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0 |