> But to be honest, is hard not to use an xsi:type when nill. Because,
in case
> of multiple methods with the same name, same number of params, the
apache
> soap could not decide wich one to invoke because it knows only that
the
> method M was called like this : M( null ). But has no type for null.

This is quite true.  Apache SOAP cannot pick the method to execute if it
does not know the type of a parameter.

BTW, the workaround for xsi:null without xsi:type requires a type
mapping for the element name.  It is not a general fix.

Scott Nichol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to