I am trying to use the PlanSummaryBenefitURL when i call the Finder API. I can HTTP POST information fine from the API but when I try and open the PlanSummaryBenefitURL link I get an error message.
Example:
https://hiosgateway.cms.gov/RBIS-API/v11.0/REST/getSBCReportFile?planId=94073WI0240199&fileType=pdf
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<soapenv:Envelope><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>Policy Falsified</faultstring><faultactor>https://hiosgateway.cms.gov/RBIS-API/v11.0/REST/getSBCReportFile?planId=94073WI0240199&fileType=pdf</faultactor><detail><l7:policyResult status="Error in Assertion Processing"/></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
I cannot access this link on my android phone either. I get this error message:

Is there a solution to this issue and how can it be fixed?