Xmlbeta incorp submission

Hi

We are currently trying to submit a test incorporation to the xmlbeta unfortunately we are getting the below message which point to the formsubmission tag.

XML failed schema validation: Invalid XML: Schema in xmlbeta.companieshouse.gov.uk/v1-0/schema/forms/FormSubmission-v2-9.xsd has a different target namespace from the one specified in the instance document xmlbeta.companieshouse.gov.uk/Header. line 33 column 315

On line 33 we have

< FormSubmission xmlns=“http://xmlbeta.companieshouse.gov.uk/Header” xmlns:bs=“http://xmlbeta.companieshouse.gov.uk” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://xmlbeta.companieshouse.gov.uk/Header http://xmlbeta.companieshouse.gov.uk/v2-1/schema/forms/FormSubmission-v2-5.xsd”>

Keevin

Only the “CompanyIncorporation-v3-0-rc2.xsd” schema should point to “xmlbeta” everything else should still point to “xmlgw”

<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">

<FormSubmission xmlns="http://xmlgw.companieshouse.gov.uk/Header" xmlns:bs="http://xmlgw.companieshouse.gov.uk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk/Header http://xmlgw.companieshouse.gov.uk/v2-1/schema/forms/FormSubmission-v2-9.xsd">

<CompanyIncorporation xmlns="http://xmlgw.companieshouse.gov.uk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlbeta.companieshouse.gov.uk/v1-0/schema/forms/CompanyIncorporation-v3-0-rc2.xsd">

Thanks , now working