 |
返回正文。
清单 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>
|
返回正文。
|  |
|