Questions about or pertaining to the IRS ACA (Affordable Care Act) Submission Process. Maintained by the development community and with no assistance or acceptance from the Internal Revenue Service.
Questions tagged [irs]
60 questions
34
votes
4 answers
Invalid WS Security Header - IRS ACA SOAP Request
I'm in the process of submitting a RequestSubmissionStatusDetail request from the IRS.
Here's my problem. When submitting the following document to the IRS, I always get "Invalid WS Security Header". I do not know which part of my request is…

mikeps34
- 349
- 3
- 5
9
votes
1 answer
Malformed Reference Element
I am attempting to add References to my Security Header and am running into a fairly generic error:
Malformed Reference Element
I have tried the following with similar results:
Referencing the element within the document by passing in the ID of…

Russ
- 678
- 8
- 26
5
votes
6 answers
IRS-A2A BulkRequestTransmitter message not formmatted properly and/or cannot be interpreted
I am receiving the following error when attempting to submit through the BulkRequestTransmitter Web Service. The Composition Guide is less than helpful as far as this message goes, and when I compare my SOAP XML with the SOAP from the Composition…

Russ
- 678
- 8
- 26
5
votes
2 answers
Looking for a Sample IRS AIR XML file to use on the ISS-UI AATS 2016 site
I have tried the official copy referenced in the submission and composition reference guide with no luck (below):

ACA-Ken
- 171
- 1
- 1
- 9
3
votes
2 answers
IRS ACA submission - Error TPE1122, WS Security Header in the message is invalid
We are trying to submit ACA form to IRS government site using their A2A channel. We are able to form the XML and required encryption for this using X509 and SHA1.
While sending a XML to IRS site we are getting error as The WS Security Header in the…

Oxygen
- 831
- 4
- 17
- 42
3
votes
2 answers
C#/IRS ACA - Sending a web service request with both MTOM attachment and GZip encoding using WCF 4.5
We are trying to send data to IRS through an exposed web service for the ACA data transmission and we could not make the WSE 3.0 approach to work because of the order of Timestamp and Signature elements in the Security Header. XSD validation at the…

SubCoder
- 57
- 10
2
votes
1 answer
TPE1122: “WS Security Header in the message is invalid.” with BulkRequestTransmitterService
We are receiving TPE1122 error message while sending a BulkRequestTransmitterService to the IRS through A2A.
I have reviewed several posts, but none of them seems to address the issue. Looks like everyone having an unique problem or maybe i just…

ravi
- 197
- 2
- 3
- 18
2
votes
1 answer
ACAGetTransmitterBulkRequestStatus. TPE1122: “WS Security Header in the message is invalid.”
I can successfully send BulkRequestTransmitterService request to IRS.
But i stuck with ACAGetTransmitterBulkRequestStatus. It faults with TPE1122: "The WS Security Header in the message is invalid".
I am using java and apache xmlsec for request…

mabramyan
- 59
- 7
2
votes
0 answers
IRS-A2A: WS Security Header is invalid
I keep going back and forth on using the Service References (proxy client) and creating the SOAP XML manually. I imported the WSDL files into my project as Service References. I use the objects provided by these references to create populate my…

Russ
- 678
- 8
- 26
2
votes
2 answers
Compress a HttpWebRequest using gzip
I am developing a .NET 4.0 Console Application to serve as a SOAP Web Service client which will send data (POST) through to a third-party. I have no control over the web service on the server-side. The third-party did provide WSDL's to use, and I…

Russ
- 678
- 8
- 26
2
votes
2 answers
IRS Soap Fault - Invalid WS Security Header
I am trying to send a Soap Request to IRS and facing the same error like others in this group - 'Invalid WS Security Header'. can someone guide me with a sample Soap Request? One more question is - as part of the Enrollment process, we submitted our…

Sha
- 23
- 1
- 4
1
vote
1 answer
Why was my 2021 US IRS Head of Household tax return (1040), submitted via free file fillable forms, rejected?
The error:
Issue : Business Rule X0000-005 - The XML data has failed schema validation. cvc-pattern-valid. Value is not facet-valid with respect to pattern [A-Z][A-Z\- ]{0,3} for type PersonNameControlType.
The following information may help you…

Zak
- 31
- 4
1
vote
0 answers
Invalid Namespace Error When Submitted ACA Files to the IRS Using the AIR UI
I’m trying to upload a manifest and form files using the ACA transmission file upload UI but keep getting this message:
[TPE1101] Our system detected invalid or outdated XML namespaces in the Manifest file. Please review the XML standards outlined…

Andre
- 13
- 7
1
vote
0 answers
how to disable multipart streaming apache cxf
I am using cxf JaxWsProxyFactoryBean client. I want to disable multipart streaming from the client end. What proprieties should I tweak in order to achieve it.
I tried to set chunked to false
but not sure how to check if the streaming has been…

scrounger
- 48
- 8
1
vote
0 answers
Irs Air Xml validation issue
var doc = new XDocument(
new XElement(p + "Form109495CTransmittalUpstream",
new XAttribute(XNamespace.Xmlns + "p", p),
new XAttribute(XNamespace.Xmlns + "p1", p1),
new XAttribute(XNamespace.Xmlns + "p2",…

chris persinger
- 11
- 2