The Brexit transition period comes to an end at 11pm on 31 December, and we need to make changes to our systems as a result of this legislative change. We will be working on these changes between 7pm on 31 December and 7am on 1 January. Any disruption to our services will be minimal, and our filing services will be available to use as normal during this time.
As ever, we encourage customers to file their documents as early as possible before their deadline and not to leave it until the last minute.
The change does not appear to have worked successfully we are getting error responses from the gateway for the new schemas, and if you go to the live schema page and go to look a the schema you get an error.
Every now and again you get a correct response. This is particularly an issue for company data, accounting reference date and the confirmation statement schema.
Can you please advise urgently as we might need to respond with action in our system if this is not going to be resolved quickly.
I can also confirm that we are getting inconsistent results when posting the same data. For the datacheck I get either
XML failed schema validation: XML error: Fatal error encountered during schema scan line 24 column 246
XML failed schema validation: XML error: Fatal error encountered during schema scan line 3 column 55
Or the data returned
Further to the above, while submitting confirmations statements and some of the other new schemas they fail most of the time (at least 9 in 10 fail) this will not be sustainable once the working week starts.
However, the change of accounting date new schema hasn’t worked at all today from hundreds (maybe thousands now) of attempts, this one is even more pressing as they can be much more date critical, someone submitting a change to their Accounting Ref date today could be rejected tomorrow as the date could have then gone for extending.
Also another issue with the DataCheck it does not seem to bring back the correct CompanyIndentification, it still seems to bring back the PreBrexit CompanyIdentication
Hi Simon,
Can you confirm which Incorporation Schema should be the live version. As we were expecting 3.3 to go live for BREXIT . On the schema page 3.5 seems to be live which had a release date of April for rhe Memorandum changes.
There are submissions still failing today. They seem to fail at a similar rate to how often the schema page gets an error (Companies House XML Gateway Input - Schema Status). If you get an intermittent error opening that page, then we are getting an error intermittently back from the gateway for that schema. So currently:
Company data is working almost all the time now (since Saturday) .
Confirmation Statements mostly return an error.
Change of accounting reference date started working at the weekend, and our submissions went through, we haven’t seen another one be requested in our software yet, but the schema page mostly returns without error now.
Incorporations are 50/50 (at least in the 3.3 schema), which as mark mentions, was enabled and deprecated on the 1st Jan according to the schema page. UPDATE - sorry I see that the 3.3 and 3.5 are both valid until april, so while this looks strange on the schema page, to release and deprecate on the same day, it’s correct.
As the confirmation statements start to get submitted today this will start to become a real issue, any updates you can give us would help massively so that we can make informed decisions about what we might need to do.
can you please advise on pull service errors we’re still getting from the very moment of transition (from the 1st pull request done on Jan 1st 2021). Basically we’re getting following err from XML gateway:
<GovTalkErrors>
<Error>
<RaisedBy>CH_XML_Gateway</RaisedBy>
<Number>100</Number>
<Type>fatal</Type>
<Text>XML failed schema validation: Invalid XML: Type not found in http://xmlgw.companieshouse.gov.uk:CompanyNumberString line 37 column 83</Text>
<Location></Location>
</Error>
</GovTalkErrors>
Here is full request body we’ve used for a few years with no problems before that (sensitive info removed) :
We’re seeing the same thing.
After a bit of investigation, it looks like v2.9 of the GetSubmissionStatus schema is referencing a XML type of CompanyNumberString, the schema itself is pulling in baseTypes-v3.4.xsd
The version of baseTypes-v3.4.xsd on the server doesn’t include a definition of CompanyNumberString , however a version I have previously downloaded on the 20th May 2019 did include a definition for it.
So it looks like baseTypes-v3.4 has been subsequently changed and is breaking the schema validation. I do notice that a baseTypes-v3.5.xsd had a go live of 1/1/21 and does include the definition.