Hi Simon,
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) :
<GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:gt="http://www.govtalk.gov.uk/schemas/govtalk/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.govtalk.gov.uk/CM/envelope http://xmlgw.companieshouse.gov.uk/v2-1/schema/Egov_ch-v2-0.xsd">
<EnvelopeVersion>1.0</EnvelopeVersion>
<Header>
<MessageDetails>
<Class>GetSubmissionStatus</Class>
<Qualifier>request</Qualifier>
<TransactionID>000000</TransactionID>
<GatewayTest>0</GatewayTest>
</MessageDetails>
<SenderDetails>
<IDAuthentication>
<SenderID>0000000</SenderID>
<Authentication>
<Method>clear</Method>
<Value>000000</Value>
</Authentication>
</IDAuthentication>
<EmailAddress>@</EmailAddress>
</SenderDetails>
</Header>
<GovTalkDetails>
<Keys/>
</GovTalkDetails>
<Body>
<GetSubmissionStatus xmlns="http://xmlgw.companieshouse.gov.uk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v1-0/schema/forms/GetSubmissionStatus-v2-9.xsd">
<PresenterID>000000000</PresenterID></GetSubmissionStatus>
</Body>
</GovTalkMessage>
Same for
<GetSubmissionStatus xmlns="http://xmlgw.companieshouse.gov.uk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v2-1/schema/forms/GetSubmissionStatus-v2-9.xsd">
<PresenterID>000000</PresenterID>
</GetSubmissionStatus>
Thanks,
Igor