When I use the Finder API, specifically post the example XML on their Developers page shown in the getIFPPlanBenefits sample to the URL https://api.finder.healthcare.gov/v3.0/getIFPPlanBenefits, I get this an HTTP 503, and this string:
File not found."
in the HTTP response. That's the sum total of the response.
I put the XML request in the body of my POST
request and have remembered to set the Content-Type to application/xml
If I use a method name that's not valid, like https://api.finder.healthcare.gov/v3.0/notaname, I get an HTML response and an HTTP 200. The HTML response has some JS, and no visible text other than a noscript
tag.
Has anyone else seen this, and what might I be doing wrong?