how to pass an xml file as a command line argument
hi,
i would like to know how to pass xml tags (not an xml file) while running java command. i have already compiled the code and i have a .class file generated. i need to pass this argument in the java command because i am calling a web service which requires an xml as parameter to it.
to be precise the java code contains soap request and i need to pass xml at run time.
pl do reply if you have any ideas or solutions...
Thanks in advance,
gnsinhyd