Hi Everyone,
When I search the website of company house(https://beta.companieshouse.gov.uk) for a company which is dissolved, it appears in the search results however when I try to do the same thing using the API it does not give the Dissolved company in the list.
I am using company name search. Please find the below company details for example : TEST 365 LIMITED
Address : 3 Derby Road, DE5 3EA
This company was dissolved on 5 May 2015 which is less than 12 months. So, it should appear when I pass LIVE in the Data Set however it does not get picked up from the API.
I tried using DISSOLVED in the Data Set as well but no luck.
Please find the below Request xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:local xmlns:ns2="uri"
xmlns="http://www.govtalk.gov.uk/schemas/govtalk/govtalkheader">
<EnvelopeVersion>1.0</EnvelopeVersion>
<Header>
<MessageDetails>
<Class>NameSearch</Class>
<Qualifier>request</Qualifier>
<TransactionID>#######</TransactionID>
</MessageDetails>
<SenderDetails>
<IDAuthentication>
<SenderID>########</SenderID>
<Authentication>
<Method>MD5SIGN</Method>
<Value>#########</Value>
</Authentication>
</IDAuthentication>
</SenderDetails>
</Header>
<GovTalkDetails>
<Keys />
</GovTalkDetails>
<Body>
<NameSearchRequest>
<CompanyName>Test 365 Limited</CompanyName>
<DataSet>LIVE</DataSet>
<SameAs>true</SameAs>
<SearchRows>20</SearchRows>
</NameSearchRequest>
</Body>
</ns2:local>
Please suggest what can be done? Thanks in advance for your help.
Thanks
Rahul Saraswat