Checking for Company Incorporation Submission Status

Hi again,

Now that we have successfully seemed to have submitted a test company incorporation through the XML gateway (or at least with no errors reported) we are trying to form the correct request for checking the submission status of the incorporation. We have formulated an XML request for ‘GetSubmissionStatus’ using both a PresenterID and SubmissionNumber value. Our XML response is below… Can someone please verify that it looks correct. We couldn’t see any errors but just wanted to make sure… In the testing environment could we expect the status to eventually switch from PENDING to ACCEPTED or REJECTED? or does this environment not have that full functionality?

Thanks again for any help!
Rick

XML response from ‘GetSubmissionStatus’ request:

<?xml version="1.0" encoding="UTF-8" ?>
<GovTalkMessage xsi:schemaLocation="http://www.govtalk.gov.uk/CM/envelope http://xmlgw.companieshouse.gov.uk/v2-1/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>GetSubmissionStatus</Class>
<Qualifier>response</Qualifier>
<TransactionID>3</TransactionID>
<GatewayTest>***TEST PACKAGE REF***</GatewayTest>
<GatewayTimestamp>2016-05-23T17:12:35-00:00</GatewayTimestamp>
</MessageDetails>
<SenderDetails>
<IDAuthentication>
<SenderID>***HASHED VALUE***</SenderID>
<Authentication>
<Method>CHMD5</Method>
<Value></Value>
</Authentication>
</IDAuthentication>
</SenderDetails>
</Header>
<GovTalkDetails>
<Keys/>
</GovTalkDetails>
<Body>
<SubmissionStatus>
<Status>
<SubmissionNumber>RICK02</SubmissionNumber>
<StatusCode>PENDING</StatusCode>
<CompanyNumber>00000000</CompanyNumber>
<Rejections>
</Rejections>
<Examiner>
<Telephone>Fred Blogs</Telephone>
<Comment>Pending review of attachment</Comment>
</Examiner>
</Status>
</SubmissionStatus>
</Body>
</GovTalkMessage>

That does look ok Rick.

In the test environmment however, it now needs somebody on this side to check the submission / attachments and alter the status accordingly.

I will need to upgrade my test account access to include alpha schemas before I can do that however - please bear with me.

SDN