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=13035>. 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=13035 Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request. ------- Additional Comments From [EMAIL PROTECTED] 2002-09-26 17:35 ------- So let's say you build a .NET client for this and make the same call... what would the output be? I mean, you need to put an xsi:type onto each "anyType" element in the array, and the xsi:type for a String[] would presumably be "myNS:ArrayOfString" or some such custom type. The problem is that the server wouldn't know anything about that type.... so how should we deal with this?