Forum Discussion

Kikonin's avatar
Kikonin
New Member
3 years ago

Aeronautic Product Release API's Not Working | 500 Internal Error

Resource Link:
https://app.swaggerhub.com/apis/FAA/APRA/1.2.0

API for Ref: 

https://soa.smext.faa.gov/apra/enroute/chart?edition=current&format=pdf&geoname=US&seriesType=low

 Response:

Error: response status is 500

<?xml version="1.0" encoding="UTF-8"?>
  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
      <soapenv:Fault>
        <faultcode>soapenv:Server</faultcode>
        <faultstring>Policy Falsified</faultstring>
        <faultactor>https://soa.smext.faa.gov/denodo/apra/server/ifpa/edai/views/chart_cycle?query_date=04/25/2022&amp;%24format=json</faultactor>
        <detail>
          <l7:policyResult status="Assertion Falsified" xmlns:l7="http://www.layer7tech.com/ws/policy/fault"/>
        </detail>
      </soapenv:Fault>
    </soapenv:Body>
  </soapenv:Envelope>

 

1 Reply

  • Hey Kikonin , I just sent a request to that URL and got a 200:

     

    Are you still getting a 500? What client application are you using to send the request?