users@jax-rpc.java.net

XML string as argument in WSDL file

From: Suresh Dronadula <sureshd_at_HOTMAIL.COM>
Date: Tue, 16 Apr 2002 14:59:03 -0600

Hi,

I have an XML Schema and I expect valid XML data as a string
argument to the service interface. How do I specify this in
WSDL document? I think can specify the argument type as
"xsd:string" but how do I specify that sting should be valid
according to the XML Schema I specified in <types> in WSDLfile.
I am a bit confused about using JAX-RPC to do this type of thing.
I understand I can write some Ser/Deser for this but I need the
data in XML format.

Hope I am clear enough to get some responses.

Thanks,
Suresh