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
Best way is to use framework that supports web-service standards. For Java try Apache CXF or Apache Axis 2.