DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18390>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18390

Axis reject array element without xsi:type="soapenc:Array"





------- Additional Comments From [EMAIL PROTECTED]  2003-03-27 13:23 -------
Tracing this through, the code gets to class:

org.apache.axis.encoding.TypeMappingImpl

method:

getDeserializer(Class javaType, QName xmlType)

with javaType= String[].class or MyOwnType[].class
and xmlType.localPart= "Array"
and xmlType.namespaceURI= "http://schemas.xmlsoap.org/soap/encoding/";

but fails to find it in any of the maps. The thing in the map
is Object[].class but that is not an exact match.

Reply via email to