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 problem is when I set the endpoint address on the cxf client proxy manually, I get the security error and if I don't set, it uses the address from WSDL and that works fine.
Has anyone faced this problem ?