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
1
vote
2 answers
Receiving TPE error 1105 when attempting to transmit to irs a2a system
I am receiving the TPE 1105 whenever I try to submit to the IRS through A2A. I have been over the soap examples as well as dug into the wsd's multiple times and have been unable to figure out what might be causing this issue.
If you have any…

SteveManC
- 132
- 4
- 12
1
vote
3 answers
IRS-A2A "message was not formatted properly" (TPE1105 - uniqueTransmissionID)
I am working on integrating the A2A channel for the IRS through their WSDL using WCF. I'm able to get passed any code related errors sending the request but currently receiving the following error back from the IRS:
The message was not…

Das
- 470
- 5
- 20
1
vote
2 answers
Manifest-025 'ChecksumAugmentationNum' Issue on .net
I am submitting the ACA forms(tax year:2016) to the IRS, getting the below error

user1389320
- 201
- 1
- 4
- 9
1
vote
1 answer
How to assign namespace and prefix to XML Nodes with C++ Builder
I used the XML Data Binding Wizard to create a class for an IRS XML specification file. I'm having two problems that I can't find an answer for (and I have spent hours trying).
This is a snippet of the XML output that I need:

Isaac
- 31
- 4
1
vote
1 answer
IRS-A2A BulkRequestTransmitter - [TPE1207] The request message is missing an attachment
I'm trying to send the request to IRS using WCF and file is attached as follows
TransmitterACAUIBusinessHeaderType manifestType = iRSSubmissionManifest;
ACASendService.BulkRequestTransmitterRequest request = new…

Ravi
- 1,293
- 6
- 20
- 31
1
vote
2 answers
Getting "WS Security Header in the message is invalid." when calling ACAGetTransmitterBulkRequestStatus
I've been able to make successfull call to first ACA web service and I thought, that getting status would be a breeze. Bo-o-oy how I have been wrong!
I've used same settings for the status service as I did for the submit one... and I got "WS…

fatherOfWine
- 1,191
- 16
- 39
1
vote
1 answer
IRS ACA SOAP boundary error
I am posting a GZip compressed SOAP request to IRS ACA webservice using httpClient. Below you will find the SOAP request. I get boundary error quoted below. Can anyone point to problems with my request?
Multipart stream ended before a terminating…

user2596613
- 67
- 1
- 9
1
vote
2 answers
IRS ACA 1095B BulkRequestTransmitter: Invalid WS Security Header - SOAP UI
I am trying to Invoke IRS ACA 1095 B Ws through SOAP UI. I have configured Keystore in SOAP UI which when imported says OK. I have signed the 3 elements referring the IRS Doc, ACABusinessHeader, ACATransmitterManifestReqDtl and Timestamp. I have…

Sourav Ganguli
- 13
- 4
1
vote
3 answers
Sending a request to the IRS ACA A2A BulkRequestTransmitter web service
I am trying to send a request to the IRS's BulkRequestTransmitter service. I am constructing the message manually using C# (not WCF, I'm just creating all of the XML). The XML I've constructed is valid, and I can sign it with an X509 certificate (so…

J T
- 401
- 1
- 6
- 11
1
vote
0 answers
Sending an attachment through SOAP HttpWebRequest
I am attempting to send an attachment through a HttpWebRequest in a Console Application. After a few days of searching and scouring the internet for some understandable assistance on this, I came up with what I think is a decent solution from this…

Russ
- 678
- 8
- 26
1
vote
2 answers
Send SOAP messages via WCF with MTOM and Content-Transfer-Encoding: 7-bit
I am trying to send a SOAP message via WCF to the IRS, and it keeps getting rejected because my MTOM attachment is formatted incorrectly.
I've narrowed down the issue to my Content-Transfer-Encoding value. It is set to Binary (shorthand for 8-bit).…

Dave
- 900
- 6
- 22
1
vote
0 answers
Adding InclusiveNamespaces with WSS4J
In a WS-Security header, I'd like to add InclusiveNamespaces like this but I do not know how:

Tim Schumacher
- 321
- 3
- 19
0
votes
1 answer
IRS API Tin Matching A2A flow - 401 Unauthorized
I get an access token and a refresh token just fine. I know the access token is valid since trying to get a new access token using the refresh results in "Access token still has not expired". The scope shows as "tinm".
Anyone has a clue why I keep…

Skapoor
- 1
0
votes
1 answer
"The given JWT for client authentication is invalid" IRS API
I get the following error, anyone got any ideas?
{
"error_code": "ESRV306",
"error_msg": {
"error": "invalid client",
"error_description": "The given JWT for client authentication is invalid."
}
}
It is a post…

Skapoor
- 1
0
votes
0 answers
IRS-A2A: The resource_owner denied access to resources error
We've bought an EV-validated SSL certificate from SectigoStore and used this to submit a JWK to IRS e-Services to get a new Client ID. However, the new Client ID does not seem to be usable - both the test + prod API endpoints return an error when…

cdimitroulas
- 2,380
- 1
- 15
- 22