WEB开发网
开发学院软件开发Java 集成医疗保健服务,第 2 部分: 使用 Apache Servi... 阅读

集成医疗保健服务,第 2 部分: 使用 Apache ServiceMix 作为 Healthcare Service Bus

 2010-08-02 00:00:00 来源:WEB开发网   
核心提示: 清单 4 显示 Radiology Department 应用程序的 WSDL 绑定:清单 4. Radiology Department 应用程序的 WSDL 绑定<?xmlversion="1.0"encoding="UTF-8"standalo

清单 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> 

上一页  3 4 5 6 7 8 9 10  下一页

Tags:集成 医疗保健 服务

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