I have an XML string "<?xml ...> <foo/>" that I pass to the operation
However, when I look at the actual SOAP message, it's encoded to
"<xml ...> <foo/>"
The server apparently doesn't do any decoding of the string and sends
back a nil response.
How do prevent this encoding or how do I properly send XML in jax-ws
when the operation expects a string literal that's actually XML?
Thanks,
--
Robert Dale