Calling webservice with the generated xml in Java
Posted
by engin
on Stack Overflow
See other posts from Stack Overflow
or by engin
Published on 2010-06-08T11:32:52Z
Indexed on
2010/06/08
12:12 UTC
Read the original article
Hit count: 241
java
|webservice
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,
© Stack Overflow or respective owner