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 to WebService.
I don't think this is the best way / best practice .
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 to WebService.
I don't think this is the best way / best practice .