在WebSphere和DB2中使用标准数据格式
2010-09-27 08:16:33 来源:WEB开发网清单 1. ESB 导出的服务的 WSDL 接口
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions …>
<wsdl:types>
<xsd:schema …>
<xsd:element name="getSPLInfo">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="medicationName" nillable="true"
type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="getSPLInfoResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SPLDocument" nillable="true"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="getSPLInfoRequestMsg">
<wsdl:part element="tns:getSPLInfo" name="getSPLInfoParameters"/>
</wsdl:message>
<wsdl:message name="getSPLInfoResponseMsg">
<wsdl:part element="tns:getSPLInfoResponse" name="getSPLInfoResult"/>
</wsdl:message>
<wsdl:portType name="MedicationSPL">
<wsdl:operation name="getSPLInfo">
<wsdl:input message="tns:getSPLInfoRequestMsg" name="getSPLInfoRequest"/>
<wsdl:output message="tns:getSPLInfoResponseMsg" name="getSPLInfoResponse"/>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>
编缉推荐阅读以下文章
- 使用 WebSphere Process Server 修复流程
- 设置并置 WebSphere Application Server 负载均衡器和内容主机
- 利用 WebSphere Application Server 6.1 构建 SIP 集群应用环境及其性能调优
- WebSphere Process Server V6.0.2 集群,第 1 部分:了解拓扑
- 如何实现WebSphere Application Server 6集群环境下的定时服务
- 迁移集群环境中的 WebSphere Commerce
- WebSphere Process Server V6.0.2 集群,第 2 部分:安装和配置 WebSphere Process Server 集群
- Websphere MQ v6集群的负载均衡新功能
- 将 JUnit 插件集成到 WebSphere Studio 中
- 使用 IBM WebSphere MQ JMS 提供程序
更多精彩
赞助商链接