I'd like to send plain XML inside the envelope from the client to the
server and back.
(I use XML because the client doesn't have to be written in Java and
because I don't wan't to write Serializer/Deserializer)
I know that one could use a literal_xml encoding or just put the whole
XML-file in a string, but
are these the only possible solutions? Which are the drawbacks? What's
your experience?
Are there any documents or articles (or examples) discussing this issue?
Thanks for your inputs
Michael Svoboda