2012-02-07 34 views

回答

1

我是这么认为的 - 由O'Reilly的 “Web服务” 的第6章判断:

http://oreilly.com/catalog/webservess/chapter/ch06.html

搜索下来 “复合型” &的页面,你会看到:

<complexType name="ArrayOfString"> 
     <complexContent> 
      <restriction base="soapenc:Array"> 
       <attribute ref="soapenc:arrayType" 
       wsdl:arrayType="string[]"/> 
      </restriction> 
     </complexContent> 
    </complexType> 

在WSDL示例中。

希望对你有用!