📄 deploy.wsdd
字号:
<!-- Use this file to deploy some handlers/chains and services -->
<!-- Two ways to do this: -->
<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
<!-- after the axis server is running -->
<!-- or -->
<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd -->
<!-- from the same directory that the Axis engine runs -->
<deployment
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<!-- Services from TerminalLocationService WSDL service -->
<service name="TerminalLocation" provider="java:RPC" style="wrapped" use="literal">
<parameter name="wsdlTargetNamespace" value="http://www.chinatelecom.com.cn/wsdl/ctcc/terminal_location/v2_1/service"/>
<parameter name="wsdlServiceElement" value="TerminalLocationService"/>
<parameter name="wsdlServicePort" value="TerminalLocation"/>
<parameter name="className" value="cn.com.chinatelecom.www.wsdl.ctcc.terminal_location.v2_1.service.TerminalLocationBindingImpl"/>
<parameter name="wsdlPortType" value="TerminalLocation"/>
<operation name="getLocation" qname="operNS:getLocation" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnType="rtns:LocationInfo" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1" >
<parameter qname="pns:address" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:requestedAccuracy" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:acceptableAccuracy" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<fault name="PolicyException" qname="fns:PolicyException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException" type="tns:PolicyException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<fault name="ServiceException" qname="fns:ServiceException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException" type="tns:ServiceException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
</operation>
<operation name="getTerminalDistance" qname="operNS:getTerminalDistance" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnType="rtns:int" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:address" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:latitude" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:float" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:longitude" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:float" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<fault name="PolicyException" qname="fns:PolicyException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException" type="tns:PolicyException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<fault name="ServiceException" qname="fns:ServiceException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException" type="tns:ServiceException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
</operation>
<operation name="getLocationForGroup" qname="operNS:getLocationForGroup" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" returnType="rtns:LocationData" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1" >
<parameter qname="pns:addresses" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:requestedAccuracy" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:acceptableAccuracy" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<fault name="PolicyException" qname="fns:PolicyException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException" type="tns:PolicyException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<fault name="ServiceException" qname="fns:ServiceException" xmlns:fns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" class="cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException" type="tns:ServiceException" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
</operation>
<parameter name="allowedMethods" value="getLocationForGroup getLocation getTerminalDistance"/>
<parameter name="scope" value="Request"/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1"
qname="ns:LocationInfo"
type="java:cn.com.chinatelecom.www.schema.ctcc.terminal_location.v2_1.LocationInfo"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"
qname="ns:ServiceError"
type="java:cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceError"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"
qname="ns:ServiceException"
type="java:cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ServiceException"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1"
qname="ns:LocationData"
type="java:cn.com.chinatelecom.www.schema.ctcc.terminal_location.v2_1.LocationData"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"
qname="ns:PolicyException"
type="java:cn.com.chinatelecom.www.schema.ctcc.common.v2_1.PolicyException"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle=""
/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1"
qname="ns:RetrievalStatus"
type="java:cn.com.chinatelecom.www.schema.ctcc.terminal_location.v2_1.RetrievalStatus"
serializer="org.apache.axis.encoding.ser.EnumSerializerFactory"
deserializer="org.apache.axis.encoding.ser.EnumDeserializerFactory"
encodingStyle=""
/>
</service>
</deployment>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -