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
0
votes
1 answer
ACA IRS status service response with errors
Would it be possible for somebody provide me with example of the ACAGetTransmitterBulkRequestStatus web service response with errors?
I would like to see structure of the attached(if it's in attachment) errors.

fatherOfWine
- 1,191
- 16
- 39
0
votes
2 answers
IRS AIR 1095B Manifest Schema -- OriginalReceiptID
I'm attempting to upload AIR test 2C via the IRS UI web portal and received the following submission error: "The manifest file does not match our current schema. In particular, our system has detected a potential issue with the following…

Michael Ramirez
- 11
- 2
0
votes
4 answers
IRS ACA 1095B xml generation how to deal with optional fields
So I am attempting to develop a 1095B xml generation utility but I am confused about optional fields. I have read in some places that you completely remove optional fields that aren't used from the xml. Other places say you keep the tags but leave…

Bill Garrison
- 2,226
- 3
- 34
- 75
0
votes
1 answer
Login Error Form IRS For A2A MeFClientSDK000049: Private key not found in KeyStore file for alias
Name of Service Call: Login
Message ID of Service Call: 471922016077bw85rjjb
Transaction Result:
gov.irs.mef.exception.ToolkitRuntimeException: MeFClientSDK000033: Message level security error;
gov.irs.mef.services.msi.LoginSecurityHeaderHandler;…

Akshay Chauhan
- 69
- 5
0
votes
2 answers
XML schema validation 'Security' issue
I have the following xsd:

fatherOfWine
- 1,191
- 16
- 39
0
votes
2 answers
How to send MTOM attachment to IRS's BulkRequestTransmitter service in .NET
We are sending a data to IRS site for 1094/1095C form submission. To Send this we have created a HTTP request as
HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://la.www4.irs.gov/airp/aca/a2a/1095BC_Transmission_AATS2016");
…

Oxygen
- 831
- 4
- 17
- 42
0
votes
0 answers
IRS : Getting Error When Manually Setting Endpoint Address. "The WS Security Header in the message is invalid"
IRS ACA has two web services, 1) to submit aca forms and 2) to check the status of submitted forms. The problem I face is on 2) one, i.e web service where we check status.
I use Java 1.8 and Apache CXF 3.1.5 as a client to these services.
The…

UserAlpha
- 101
- 1
- 7
0
votes
1 answer
Invalid WS Security Header - IRS ACA SOAP Request using IBM integration BUS / Message Broker
I am trying to send a SOAP request to IRS's ACA A2A web service using IBM integration BUS.
The request I am trying to post is matching the standards mentioned in the IRS guide but I am receiving 'TPE1122' SOAP fault message. Does anyone use IIB or…

ibmdev
- 1
- 2
0
votes
0 answers
WSS4J Invalid Security header -- wish to turn off "ec" prefix in InclusiveNamespace element
When hitting a producer web service with the following SOAP request I get a "invalid security header" message returned. When my test case with Oracle JDK 7, which uses JAX-WS RI 2.2.4-b01, it works fine.
I have to use WSS4j 1.6.0 and IBM JDK 6 as I…

Tim Schumacher
- 321
- 3
- 19
0
votes
1 answer
Error validating Xml against Xsd Schema
I have the following Xml which I want to validate against Xsd Schema (below).
I am trying to validate the Xml against the given Xsd Schema using the C# function given below. I am getting this generic kind error message "Data at the root level is…

Shayam
- 27
- 1
- 6
-1
votes
2 answers
Programmatically filing IRS 1099 documents without using FIRE
Is there a way to submit IRS 1099 document(https://www.irs.gov/forms-pubs/about-form-1099-nec) programmatically? 1099 documents can be submitted through FIRE https://fire.irs.gov/, but it requires a manual process to upload the files. I'm wondering…

tomoima525
- 832
- 10
- 13
-1
votes
1 answer
JSON Web Key (JWK) for IRS E-services account
I need a JSON Web Key for my client to access the IRS E-services system.
The following fields are required in the JWK: kid, kty, use, n, e, x5t, x5c.
The kty field should be equal to "RSA".
I want to do self-signed. I get an error exception with…
-1
votes
2 answers
Error on Sample Manifest IRS AIR XML file to use on the ISS-UI AATS 2016 site
I uploaded the manifest below to test for the sample IRS manifest but got the error below:
1 error has occurred. See below for more information. If the problem continues, please contact us.
[TPE 1105] Our system has detected a potential threat in…

Joe
- 1
- 1
- 1
-2
votes
2 answers
Unable to generate proxy classes from IRS Web Service URL
I want to write application to consume IRS 1095-C web service with Visual Studio.
I'm unable to add IRS service URL as "service reference" in Visual Studio to create proxy classes. Do anybody know how to fix this?

user5673031
- 11
- 1
-3
votes
1 answer
IRS 1094C-1095C Submission using C#
Iam strugling for submitting IRS 1094C Submission. The IRS status retrivel service works fine for me. i reffered jsill and fatherof wine codes during the development stage.We are now in a serious dedline stage. the error we are now facing is a Gzip…

Jack
- 11