cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Security Error accessing WSDL with SOAP

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.

BrightStar
Member
2 REPLIES 2

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.?

RaynorC1emen7
Expert

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?