Hi,
I need to call a very complex service (It's a HL7 service) it's taking a lot of constant information.
To call from java I need to write all those information and its very time consuming.
I have sample generated XMLs, they have been filled with the constant information, I just need to change 1 parameter and send it.
More clearly; can I intercept the axis client before sending the request and change the "Request XML"?
Thanks,