GetEReminderRequest Errors on Test Account

Hi,

I am currently developing software to electronically register companies using the XML Gateway. I am running tests to ensure that all aspects of my program works. However, I seem to have ran into an issue with the GetERemindersRequest on my test account and was wondering if anyone could assist?

The error I am getting is:

<GovTalkErrors>
  <Error>
    <RaisedBy>CH_XML_Gateway</RaisedBy>
    <Number>100</Number>
    <Type>fatal</Type>
    <Text>XML failed schema validation: Invalid XML: Unknown element 'GetERemindersRequest'  line 28 column 155</Text>
    <Location></Location>
  </Error>

Using the XML code shown below:

    <GovTalkMessage xmlns="http://www.govtalk.gov.uk/schemas/govtalk/govtalkheader"
               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">
<EnvelopeVersion>1.0</EnvelopeVersion>
<Header>
  <MessageDetails>
    <Class>GetERemindersRequest</Class>
    <Qualifier>request</Qualifier>
    <GatewayTest>1</GatewayTest>
    <TransactionID>14456553</TransactionID>
  </MessageDetails>
  <SenderDetails>
    <IDAuthentication>
      <SenderID>SOME_ID</SenderID>
    <Authentication>
      <Method>CHMD5</Method>
      <Value>SOME_VALUE</Value>
      </Authentication>
    </IDAuthentication>
    <EmailAddress>someemail@someemail.com</EmailAddress>
  </SenderDetails>
</Header>
<GovTalkDetails></GovTalkDetails>
<Body>
    <GetERemindersRequest xmlns="http://xmlgw.companieshouse.gov.uk/v1-0"
                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                          xsi:schemaLocation=" http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v1-0/schema/EReminders-v1-0.xsd">
          <CompanyNumber>01002361</CompanyNumber>
          <CompanyAuthenticationCode>12345678</CompanyAuthenticationCode>
    </GetERemindersRequest>
</Body>

Hi,

have you opened a test account in order to do this please? If so the presenter credentials need to be added in MD5#.

SDN

Hi Nicholas,

Yes. I have opened an account. I have found the error and fixed it. Thanks