Sen, Puny wrote:
What would be the best strategy for sending an arbitrary XML document as a
parameter using Axis?
Convert the string to an array of bytes, then send it. It is base64
encoded, so it will be sent fine.
Hi all,
What would be the best strategy for sending an arbitrary XML document as a
parameter using Axis?
Using document/literal, and a sequence, generates a MessageElement[]
array, but I haven't been able to test because the generated WSDL has errors
(see previous post).
Another option seems to