WEB开发网
开发学院软件开发Java Web 服务编程技巧与窍门: 协同使用集合与 SOAP 和... 阅读

Web 服务编程技巧与窍门: 协同使用集合与 SOAP 和 JAX-RPC

 2010-03-23 00:00:00 来源:WEB开发网   
核心提示: 例如,下面的 清单 2显示了 WebSphere Application Server 工具生成什么作为清单 1 中列出的 类的 XML 模式: 清单 2. 为 CustomerService 类生成的 XML 模式<schemaelementFormDefault="quali

例如,下面的 清单 2显示了 WebSphere Application Server 工具生成什么作为清单 1 中列出的 类的 XML 模式:

清单 2. 为 CustomerService 类生成的 XML 模式

<schema elementFormDefault="qualified" 
 targetNamespace="http://pack" 
 xmlns="http://www.w3.org/2001/XMLSchema" 
 xmlns:apachesoap="http://xml.apache.org/xml-soap" 
 xmlns:impl="http://pack" xmlns:intf="http://pack" 
 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> 
  <element name="getCustomers"> 
 <complexType> 
 <sequence> 
  <element name="queryString" 
  nillable="true" 
  type="xsd:string"/> 
   </sequence> 
 </complexType> 
  </element> 
  <complexType name="ArrayOfXSDAnyType"> 
 <sequence> 
 <element maxOccurs="unbounded" 
  minOccurs="0" 
  name="item" 
  nillable="true" 
  type="xsd:anyType"/> 
 </sequence> 
  </complexType> 
  <element name="getCustomersResponse"> 
 <complexType> 
 <sequence> 
  <element name="getCustomersReturn" 
   nillable="true" 
   type="impl:ArrayOfXSDAnyType"/> 
 </sequence> 
 </complexType> 
  </element> 
</schema>      

上一页  1 2 3 4 5  下一页

Tags:Web 服务 编程技巧

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接