Calling webservice with the generated xml in Java
- by engin
Hi,
I need to call a very complex service (It's a HL7 service) it's taking a lot of unnecessary information.
To call from java I need to write all those information and its very time consuming.
I have sample XMLs, they have been filled with those unnecessary information, I just need to change 1 parameter and send it.
How can I use that already generated XML?
Thanks,