I\'m in the process of submitting a RequestSubmissionStatusDetail
request from the IRS.
Here\'s my problem. When submitting the following document to the IR
If you want to connect to WS heading in SOAPUI you need to set:
This is because of the bindings used (wsHttpBinding):
I would strongly suggest not going the wsHttpBinding route but rather the more standard basicHttpsBinding route (If you control the service). The are many issues especially if you have java clients (Using Eclipse) connecting to your services.