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 bu...@apache.org on 2002/11/08 02:33:44 UTC

DO NOT REPLY [Bug 13979] - WSDL produced for arrays in wrapped doc/lit service has SOAP encoding

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=13979>.
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=13979

WSDL produced for arrays in wrapped doc/lit service has SOAP encoding





------- Additional Comments From martin.j@jabmail.com  2002-11-08 01:33 -------
You can work around this problem by declaring your arrays as public members 
instead of with getter/setter methods.  See the comments I added to bug report 
14152 for more details.  That bug report is really the flip-side of this one, 
so they could probably be combined.