You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Cédric Chabanois <CC...@cognicase.fr> on 2002/01/30 10:27:46 UTC

ByteArrayHolder, ShortArrayHolder

Hi,

ByteArrayHolder is defined in javax.xml.rpc.holders (this type is mapped to
xsd:base64binary).
I know holders in xml/rpc/holders are holders for the mapped primitive types
and that ShortArrayHolder, StringArrayHolder (...) are not mappings for
primitive types but I still think that these types should be defined in
javax.xml.rpc.holders (or elsewhere).

Indeed I have to define all these types because I use some of them in my
webservice (and this type will be used in many webservices). I think they
should be defined only once in axis.


Cédric Chabanois