Data difference between XMLGateway and REST API for Disqualification

In Natural Disqualification, for person id lVJfPxflUBVG2mV9pm41SUfZgus, we are getting below company names in disqualification

"company_names": [
    "GRINDHOUSE FILM LIMITED",
    "HIGH NANPEAN FILM STUDIOS LIMITED.",
    "HOUSE OF FEAR FILM PRODUCTION LIMITED",
    "HOUSE OF FEAR LIMITED"
  ]

For the same in XMLGateway, only one company name is returned as below :

<OfficerDisqualification>
       <CompanyName>HOUSE OF FEAR LIMITED</CompanyName>           
       ...... 
 </OfficerDisqualification>

On what basis “HOUSE OF FEAR LIMITED” alone is returned in XMLGateway ?

The three companies listed by CHS along with House of Fear Limited are identified in the disqualification as ‘associated companies’. We do not list these on the XML service.

I can see that this may cause confusion and we may have to think some more about how we present this data.

Hope this explanation is helpful.

Robert McNeil
CHS Service Manager

@mfairhurst @rmcneil Is there a limit on the number of company_names returned ? Whether it is bounded or unbounded ?

We want to display all the company names returned and would like to know whether there is a limit so as to do UI design.

Thanks
Harshad

No, there is no limit - it’ll be the number of companies it applies to, whatever that number is.