IBM®
跳转到主要内容
    中国 [选择]    使用条款
 
 
Select a scope:Search for:    
    首页    产品    服务与解决方案     支持与下载    个性化服务    
跳转到主要内容

developerWorks 中国  >  Grid computing  >

商业服务网格,第 4 部分

清单 1:StockQuoteServiceDesk 服务实现 WSDL

developerWorks

返回正文。


清单 1: StockQuoteServiceDesk 服务实现 WSDL
        

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" 
xmlns:impl="http://SampleServiceDesk" 
xmlns:intf="http://SampleServiceDesk-Interface" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://SampleServiceDesk">
  <wsdl:import location= "http://localhost/wstk/SampleServiceDesk/SampleServiceDesk_Interface.wsdl" 
               namespace="http://SampleServiceDesk-Interface"/>

  <wsdl:service name="StockQuoteServiceDeskService">
     <wsdl:port binding="intf:servicedeskSoapBinding" name="servicedesk">
        <wsdlsoap:address location="http://localhost/wstk/services/servicedesk"/>
     </wsdl:port>
  </wsdl:service>

</wsdl:definitions>

      

返回正文。

    关于 IBM 隐私条约 联系 IBM 使用条款