集成医疗保健服务,第 2 部分: 使用 Apache ServiceMix 作为 Healthcare Service Bus
2010-08-02 00:00:00 来源:WEB开发网清单 4 显示 Radiology Department 应用程序的 WSDL 绑定:
清单 4. Radiology Department 应用程序的 WSDL 绑定
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions targetNamespace="http://hsb.org/radiology-department"
name="RadiologyService"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://hsb.org/radiology-department"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<import namespace="http://hsb.com/" location="Radiology.wsdl"/>
<binding name="RadiologyDepartmentPortBinding"
type="ns1:Radiology" xmlns:ns1="http://hsb.com/">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"/>
<operation name="performTest">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="RadiologyService">
<port name="RadiologyDepartmentPort"
binding="tns:RadiologyDepartmentPortBinding">
<soap:address location="http://localhost:8092/RadiologyService/ "/>
</port>
</service>
</definitions>
- ››服务层
- ››服务器群集:Windows 2000 和 Windows Server 200...
- ››服务器维护经验谈 图解DHCP故障排除
- ››集成医疗保健服务,第 2 部分: 使用 Apache Servi...
- ››集成医疗保健服务,第 1 部分: 将 Enterprise Ser...
- ››集成 Rational Software Architect 和 Rational D...
- ››服务器虚拟化后需要完成的八大关键任务
- ››集成 Windows Azure:适用于企业的 Windows Azure...
- ››集成 Flex, Spring, Hibernate 构建应用程序
- ››服务器技术之热插拔
- ››集成 Windows 本地应用到 Eclipse RCP 程序中
- ››集成 DB2 与 Apache Geronimo
更多精彩
赞助商链接