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 [EMAIL PROTECTED]  2003-02-18 00:38 -------
Ok, so as I read this, the proper WSDL/XSD declaration for ArrayOf_xsd_string 
for document/literal services would be something like:

<complexType name="ArrayOf_xsd_string">
  <sequence>
    <element 
      name="item" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
  </sequence>
</compexType>

Reply via email to