I’m trying to submit an ixbrl document, but I only get timeouts or error messages.
The message I’m sending is stated below. I’m trying to send this to https://xmlgw.companieshouse.gov.uk/v1-0/xmlgw/Gateway
When I change the GovTalkMessage header, I can get an error that the XML is not properly structured, but other than that I always get timeouts.
Any idea what I’m doing wrong?
<?xml version="1.0" encoding="utf-8"?>
<GovTalkMessage xsi:schemaLocation="http://www.govtalk.gov.uk/schemas/govtalk/govtalkheader http://xmlgw.companieshouse.gov.uk/v1-0/schema/Egov_ch.xsd" 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>Accounts</Class>
<Qualifier>request</Qualifier>
<TransactionID>14456553</TransactionID>
<GatewayTest>1</GatewayTest>
</MessageDetails>
<SenderDetails>
<IDAuthentication>
<SenderID>md5_of_sender_id</SenderID>
<Authentication>
<Method>clear</Method>
<Value> md5_of_authentication </Value>
</Authentication>
</IDAuthentication>
<EmailAddress>sometest@some.email.address</EmailAddress>
</SenderDetails>
</Header>
<GovTalkDetails>
<Keys/>
</GovTalkDetails>
<Body>
<FormSubmission>
<Document>
<Data>base64encoded data</Data>
</Document>
</FormSubmission>
</Body>
</GovTalkMessage>