📄 ctcc_terminal_location_interface_2_1.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- July 14, 2005 -->
<wsdl:definitions
name="terminal_location_interface"
targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/terminal_location/v2_1/interface"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:terminal_location="http://www.chinatelecom.com.cn/wsdl/ctcc/terminal_location/v2_1/interface"
xmlns:ctcc_common_faults="http://www.chinatelecom.com.cn/wsdl/ctcc/common/v2_0/faults"
xmlns:terminal_location_xsd="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1"
xmlns:ctcc_common_xsd="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"
xmlns:terminal_location_local_xsd="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local">
<wsdl:import namespace="http://www.chinatelecom.com.cn/wsdl/ctcc/common/v2_0/faults" location="ctcc_common_faults_2_0.wsdl"/>
<wsdl:types>
<xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local">
<xsd:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1" schemaLocation="ctcc_terminal_location_types_2_1.xsd"/>
<xsd:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" schemaLocation="ctcc_common_types_2_1.xsd"/>
<xsd:element name="getLocation" type="terminal_location_local_xsd:getLocation"/>
<xsd:complexType name="getLocation">
<xsd:sequence>
<xsd:element name="address" type="xsd:anyURI"/>
<xsd:element name="requestedAccuracy" type="xsd:int"/>
<xsd:element name="acceptableAccuracy" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getLocationResponse" type="terminal_location_local_xsd:getLocationResponse"/>
<xsd:complexType name="getLocationResponse">
<xsd:sequence>
<xsd:element name="result" type="terminal_location_xsd:LocationInfo"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getTerminalDistance" type="terminal_location_local_xsd:getTerminalDistance"/>
<xsd:complexType name="getTerminalDistance">
<xsd:sequence>
<xsd:element name="address" type="xsd:anyURI"/>
<xsd:element name="latitude" type="xsd:float"/>
<xsd:element name="longitude" type="xsd:float"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getTerminalDistanceResponse" type="terminal_location_local_xsd:getTerminalDistanceResponse"/>
<xsd:complexType name="getTerminalDistanceResponse">
<xsd:sequence>
<xsd:element name="result" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getLocationForGroup" type="terminal_location_local_xsd:getLocationForGroup"/>
<xsd:complexType name="getLocationForGroup">
<xsd:sequence>
<xsd:element name="addresses" type="xsd:anyURI" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element name="requestedAccuracy" type="xsd:int"/>
<xsd:element name="acceptableAccuracy" type="xsd:int"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getLocationForGroupResponse" type="terminal_location_local_xsd:getLocationForGroupResponse"/>
<xsd:complexType name="getLocationForGroupResponse">
<xsd:sequence>
<xsd:element name="result" type="terminal_location_xsd:LocationData" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="TerminalLocation_getLocationRequest">
<wsdl:part name="parameters" element="terminal_location_local_xsd:getLocation"/>
</wsdl:message>
<wsdl:message name="TerminalLocation_getLocationResponse">
<wsdl:part name="result" element="terminal_location_local_xsd:getLocationResponse"/>
</wsdl:message>
<wsdl:message name="TerminalLocation_getTerminalDistanceRequest">
<wsdl:part name="parameters" element="terminal_location_local_xsd:getTerminalDistance"/>
</wsdl:message>
<wsdl:message name="TerminalLocation_getTerminalDistanceResponse">
<wsdl:part name="result" element="terminal_location_local_xsd:getTerminalDistanceResponse"/>
</wsdl:message>
<wsdl:message name="TerminalLocation_getLocationForGroupRequest">
<wsdl:part name="parameters" element="terminal_location_local_xsd:getLocationForGroup"/>
</wsdl:message>
<wsdl:message name="TerminalLocation_getLocationForGroupResponse">
<wsdl:part name="result" element="terminal_location_local_xsd:getLocationForGroupResponse"/>
</wsdl:message>
<wsdl:portType name="TerminalLocation">
<wsdl:operation name="getLocation">
<wsdl:input message="terminal_location:TerminalLocation_getLocationRequest"/>
<wsdl:output message="terminal_location:TerminalLocation_getLocationResponse"/>
<wsdl:fault name="ServiceException" message="ctcc_common_faults:ServiceException"/>
<wsdl:fault name="PolicyException" message="ctcc_common_faults:PolicyException"/>
</wsdl:operation>
<wsdl:operation name="getTerminalDistance">
<wsdl:input message="terminal_location:TerminalLocation_getTerminalDistanceRequest"/>
<wsdl:output message="terminal_location:TerminalLocation_getTerminalDistanceResponse"/>
<wsdl:fault name="ServiceException" message="ctcc_common_faults:ServiceException"/>
<wsdl:fault name="PolicyException" message="ctcc_common_faults:PolicyException"/>
</wsdl:operation>
<wsdl:operation name="getLocationForGroup">
<wsdl:input message="terminal_location:TerminalLocation_getLocationForGroupRequest"/>
<wsdl:output message="terminal_location:TerminalLocation_getLocationForGroupResponse"/>
<wsdl:fault name="ServiceException" message="ctcc_common_faults:ServiceException"/>
<wsdl:fault name="PolicyException" message="ctcc_common_faults:PolicyException"/>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -