Sending arbitrary XML document

2002-10-27 Thread Sen, Puny
Hi all, What would be the best strategy for sending an arbitrary XML document as a parameter using Axis? Using document/literal, and a any/ sequence, generates a MessageElement[] array, but I haven't been able to test because the generated WSDL has errors (see previous post). Another option

Re: Sending arbitrary XML document

2002-10-27 Thread James Black
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.