users@jax-rpc.java.net

Re: choice support

From: Alessio Cervellin <alessio.cervellin_at_sun-cs-italy.com>
Date: Sun, 08 May 2005 21:32:45 +0200

Kevin Jones wrote:

> When you say it doesn't support xsd:choice what exactly do you mean?

I mean that when running wscompile it exactly says "unsupported XML
schema feature: 'xsd:xhoice' in componenent ..."
I know it maps it to a SOAPElement, but I was expecting instead a
mapping to an object (like jax-rpc 2.0 seems should do), so I was
wondering why xsd:choice was not supported by jax-rpc 1.x: is it
something due to some specifications? At least in the WS-I BP1.0
specifications the element xsd:xhoice is being used.