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

developerWorks 中国  >  SOA and Web services  >

Deploying Web services with WSDL: Part 1

Introduction to Web services and WSDL

developerWorks

Return to article


Listing 4: WSDL implementation file
        
        
<?xml version="1.0" encoding="UTF-8" ?> 
<definitions name="MobilePhoneService" 		 
		 targetNamespace="http://www.mobilephoneservice.com/MobilePhoneService"
		 xmlns="http://schemas.xmlsoap.org/wsdl/"
		 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
		 xmlns:tns="http://www.mobilephoneservice.com/MobilePhoneService"
		 xmlns:xsd="http://www.w3.org/1999/XMLSchema">
		 <import location="http://localhost:8080/wsdl/MobilePhoneService-interface.wsdl"
		 		 namespace="http://www.mobilephoneserviceservice.com/MobilePhoneService-interface" /> 
		 
		 <service name="MobilePhoneService">
		 		 <documentation> Mobile Phone Information Service </documentation> 
		 		 <port binding="MobilePhoneService_Binding" name="MobilePhoneService_ServicePort">
		 		 		 <soap:address location="http://localhost:8080/soap/servlet/rpcrouter" /> 
		 		 </port>
		 </service>
</definitions>
      
      

Return to article

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