What is the best way to send XML data to web services jax-ws?
One of the way I could make out is to convert xml into String from client side and send it as a String
I use the serialized Java objects directly.