A2A チャネルを使用して IRS 政府サイトに ACA フォームを送信しようとしています。X509 と SHA1 を使用して、XML と必要な暗号化を作成できます。
XML を IRS サイトに送信しているときにエラーが発生しThe WS Security Header in the message is invalid. Please review the transmission instructions outlined in Section 5 of the AIR Submission Composition and Reference Guide located at https://www.irs.gov/for-Tax-Pros/Software-Developers/Information-Returns/Affordable-Care-Act-Information-Return-AIR-Program, correct any issues, and try again.
、エラー コードは -TPE1122
SoapUI から投稿しようとしているサンプル XML パーツを次に示します。
. . . 1094/1095C アプリケーション/xml 843C9A557FC3ABF06EF26C5A4A69E19C 2426 Form1094C_Request_TCC_20160225T2003478641Z.xml
</urn:ACATransmitterManifestReqDtl>
<urn2:ACABusinessHeader oas:Id="ABH_110">
<urn:UniqueTransmissionId>01242fde-536a-4879-b4db-932af7be668e:SYS12:TCC::T</urn:UniqueTransmissionId>
<urn1:Timestamp>2016-02-25T17:31:16Z</urn1:Timestamp>
</urn2:ACABusinessHeader>
<oas1:Security>
<xd:Signature>
<xd:SignedInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<xd:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<xd:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
<xd:Reference URI="#tag1">
<xd:Transforms>
<xd:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
</xd:Transforms>
<xd:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<xd:DigestValue>j2bX9e90ETVru5w3Q4k0/yOvss4=</DigestValue>
</xd:Reference>
</xd:SignedInfo>
<xd:SignatureValue xmlns="http://www.w3.org/2000/09/xmldsig#">signature_Value</xd:SignatureValue>
<xd:KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<xd:X509Data>
<xd:X509SubjectName>subjectName</xd:X509SubjectName>
<xd:X509Certificate>certificate details</xd:X509Certificate>
</xd:X509Data>
</xd:KeyInfo>
</xd:Signature>
<oas:Timestamp oas:Id="TS_110">
<!--Optional:-->
<oas:Created oas:Id="?">2016-02-25T19:40:33.900Z</oas:Created>
<!--Optional:-->
<oas:Expires oas:Id="?">2016-02-30T19:50:33.900Z</oas:Expires>
<!--You have a CHOICE of the next 1 items at this level-->
<!--You may enter ANY elements at this point-->
</oas:Timestamp>
</oas1:Security>
<urn3:ACASecurityHeader>
</urn3:ACASecurityHeader></soapenv:Header><soapenv:Body> body elements</soapenv:Body>
これで何が間違っている可能性があるか教えてください。