Questions tagged [irs]

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.

60 questions
0
votes
1 answer

JSON Web Key (JWK) for IRS E services registration

While signing up for the IRS E-services they are requesting a JSON Web Key (JWK). they want the following fields in the JWK kid, kty, use, n, e, x5t, x5c. The "kty" field should be equal to "RSA". In this answer it is shown how to generate the keys…
0
votes
5 answers

IRS ACA 1095C SOAP Fault : Error in assertion processing

Randomly I'm getting an error while submitting 1094/1095C to IRS ACA site. It has been a working code since a while I made no changes to the code all of a sudden I started seeing this error for few submissions. The code is in java. We are still…
scrounger
  • 48
  • 8
0
votes
1 answer

IRS A2A - Using AATS once in production for logic testing

In the past (2017) we have completed the required AATS testing scenarios and completed them successfully. The IRS has subsequently moved our TCC to production and have been filing in 2017 and 18 without issue. My company is in the process of…
NYC Dev
  • 1
  • 1
0
votes
2 answers

TPE 1105 for BulkRequestTransmissionStatus A2A IRS

Now that I was finally able to pass the 1105 and 1122 respectively for the bulk transmission service, I am back up against the 1105 for the status request. I've re-used code for signing and generating my http request, so not much there should have…
SteveManC
  • 132
  • 4
  • 12
0
votes
1 answer

IRS-A2A Invalid Child Elements gzipMessageEncoding in App.config

I am working on integrating the A2A channel for the IRS through their WSDL and currently stuck on an issue in my App.config. Currently there is a warning for the node of my App.config: The element 'binding' has invalid child…
Das
  • 470
  • 5
  • 20
0
votes
1 answer

Getting an X.509 digital security certificate for IRS AIR A2A web service

My workplace is looking to add the software developer role to our company's relationship with the IRS. I pulled down the latest PDF's from the IRS AIR site and it pointed me at two certificate authorities to have a certificate issued to us. On the…
nevyn
  • 33
  • 8
0
votes
1 answer

ACA. Check sum augmentation number calculation

I am working on ACA forms submission project and util today everything has been in the mode "business as usual", but today everything has changed. I've started to get following error back from IRS status service on all my…
fatherOfWine
  • 1,191
  • 16
  • 39
0
votes
2 answers

Refactoring a Method to implement multiple namespaces

I'm attempting to prepare my application code to accept an annual change of a third-party wsdl. I cannot make and have no control over the design of this wsdl. Objects within this wsdl may change, have items added, be removed, etc. However, I…
Russ
  • 678
  • 8
  • 26
0
votes
0 answers

Conditionally including/excluding a XML namespace element prefix

I have encountered a situation where I need to exclude a prefix from an element when I serialize the element if I am processing records for a specific year (2016). However, if I am processing records for the previous year (2015), this prefix should…
Russ
  • 678
  • 8
  • 26
0
votes
1 answer

IRS retrieving error response file

How can I program in java to get the attachment? I finally got this program to send mtom, and receive a status update. Part of that soap message from the IRS coming back has attachment with the list of errors in the submitted file. I have been…
Michael B.
  • 11
  • 1
  • 4
0
votes
1 answer

ACA AIR XML - TestFileInd no longer in 7.0 but the pub claims it needs to be there still

So in Publication 5164 (Rev. 11-2015) it says in 4.3: The Manifest requires that each transmission carry a Test File Indicator (TestFileInd) to indicate if the transmission is a test or production transmission. However, I cannot find it…
Bill Garrison
  • 2,226
  • 3
  • 34
  • 75
0
votes
4 answers

JAX-WS approach for IRS AIR - TPE1105 Error

I have generated SOAP Message for IRS AIR Webservice through Java as well as SOAP UI. Both of them throwing same TPE1105 Error. I have tried validating letter by letter by searching for the error in StackOverflow and approached AIR Mail Box team…
Shaan
  • 23
  • 1
  • 8
0
votes
2 answers

IRS ACA Sample Manifest AATS sample file

I need a sample file for the latest Scenarios of AATS Testing. We generated the code for this and want to check the against to accepted one.
Jagan
  • 1
0
votes
2 answers

ACA AIR XML Generation - is SoftwareId a required field?

So in the manifest file for ACA AIR XML there is a field called SoftwareId. I know what this is, but do you HAVE to have this field? If your an Issuer and your creating your own XML and not using any kind of software do you really need to turn your…
Bill Garrison
  • 2,226
  • 3
  • 34
  • 75
0
votes
2 answers

are these cxf/ws-security properties set correctly? (getting TPE1122 error, "WS Security Header invalid")

We're trying to send a signed, partially encrypted SOAP message to the IRS using CXF. We think we're following all their instructions but there are ambiguities. Some of the Signature and Encryption properties could be set in several ways, but none…