users@jax-rpc.java.net

XML Data Type

From: Sen, Puny <Punyanjan.Sen_at_SOFTWAREAGUSA.COM>
Date: Mon, 21 Oct 2002 13:30:18 -0600

Hi,

What is the type I should be using in WSDL to send an XML payload?

I tried <sequence><any/></sequence>, but JAX-RPC generates a type
java.lang.Object. When I populate this with my serialized XML (a String), it
sends it through as a String type in the SOAP envelope. This converts the
XML specific characters to their respective entity representations. Is there
a way to avoid this?

Thanks,
Puny