Hi guys, I have two questions:
- What is causing this error: Authoriser Designation for LLP incorporation
- what is package reference and how to get it
request:
<?xml version="1.0"?>
<GovTalkMessage xsi:schemaLocation="http://www.govtalk.gov.uk/CM/envelope http://xmlgw.companieshouse.gov.uk/v1-0/schema/Egov_ch-v2-0.xsd"
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">
<EnvelopeVersion>1.0</EnvelopeVersion>
<Header>
<MessageDetails>
<Class>CompanyIncorporation</Class>
<Qualifier>request</Qualifier>
<TransactionID>1</TransactionID>
<GatewayTest>0</GatewayTest>
</MessageDetails>
<SenderDetails>
<IDAuthentication>
<SenderID>...</SenderID>
<Authentication>
<Method>clear</Method>
<Value>...</Value>
</Authentication>
</IDAuthentication>
</SenderDetails>
</Header>
<GovTalkDetails>
<Keys/>
</GovTalkDetails>
<Body>
<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-10.xsd">
<FormHeader>
<CompanyName>my company name???</CompanyName>
<PackageReference>???</PackageReference>
<FormIdentifier>CompanyIncorporation</FormIdentifier>
<SubmissionNumber>...</SubmissionNumber>
</FormHeader>
<DateSigned>2018-06-15</DateSigned>
<Form>
<CompanyIncorporation xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v1-0/schema/forms/CompanyIncorporation-v3-2.xsd"
xmlns="http://xmlgw.companieshouse.gov.uk"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CompanyType>LLP</CompanyType>
<RegistersHeldOnPublicRecord>
...
</RegistersHeldOnPublicRecord>
<CountryOfIncorporation></CountryOfIncorporation>
<RegisteredOfficeAddress>
...
</RegisteredOfficeAddress>
<Appointment>
...
</Appointment>
<PSCs>
...
</PSCs>
<Authoriser>
<Agent>
<Corporate>
<Forename></Forename>
<Surname></Surname>
<CorporateName></CorporateName>
</Corporate>
<Authentication>
<PersonalAttribute>BIRTOWN</PersonalAttribute>
<PersonalData></PersonalData>
</Authentication>
<Authentication>
<PersonalAttribute>DAD</PersonalAttribute>
<PersonalData></PersonalData>
</Authentication>
<Authentication>
<PersonalAttribute>MUM</PersonalAttribute>
<PersonalData></PersonalData>
</Authentication>
<Address>
<Premise></Premise>
<Street></Street>
<PostTown></PostTown>
<County></County>
<Country></Country>
<Postcode></Postcode>
</Address>
</Agent>
</Authoriser>
<SameDay>true</SameDay>
</CompanyIncorporation>
</Form>
</FormSubmission>
</Body>
</GovTalkMessage>
response:
<Error>
<RaisedBy>CompanyIncorporation</RaisedBy>
<Number>9999</Number>
<Type>fatal</Type>
<Text>Invalid Authoriser Designation for LLP incorporation.</Text>
<Location></Location>
</Error>