Hello. I am getting the following error when accessing the WSDL online:
"Security error accessing url
Unable to load WSDL. If currently online, please
verify the URI and/or format of the WSDL
(https://api.authorize.net/soap/v1/Service.asmx?WSDL)". I am only having this issue when the site is online, the test
bed (FlashBuilder 4.6) generates no error code. After chatting with Authorize.net they referred me here. We are using
CIM, ARB, and SIM. My program generates the services and uses them on Main.html (login) and the error appears on page load. The chat explained that it quite possibly could be a firewall issue, but I am not certain how that would happen.
Thank you.
Darrin.
โ10-15-2012 09:13 AM
Do you have access to the site server? if so try the url on the web browser.
A web search with that error message point to an adobe issue. crossdomain.xml.?
โ10-15-2012 09:34 AM - edited โ10-15-2012 09:35 AM
Thank you for your post.
I have tried this solution. I have added the line: <allow-http-request-headers-from domain=โ*โ headers=โSOAPActionโ/>
to my crossdomain.xml file with no luck. One developer repsonded that they thought it could be because Adobe was blocking the request due to the fact that our website was not using https. I am currently investigating (with our web host) to see if this is true.
Do you have any other suggestions?
โ10-15-2012 10:47 AM