📄 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 CallDirectionService WSDL service -->
<service name="CallDirection" provider="java:RPC" style="wrapped" use="literal">
<parameter name="wsdlTargetNamespace" value="http://www.chinatelecom.com.cn/wsdl/ctcc/call_direction/v2_1/service"/>
<parameter name="wsdlServiceElement" value="CallDirectionService"/>
<parameter name="wsdlServicePort" value="CallDirection"/>
<parameter name="className" value="cn.com.chinatelecom.www.wsdl.ctcc.call_direction.v2_1.service.CallDirectionBindingImpl"/>
<parameter name="wsdlPortType" value="CallDirection"/>
<operation name="handleBusy" qname="operNS:handleBusy" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnType="rtns:Action" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/call_notification/v2_1" >
<parameter qname="pns:callingParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:callingPartyName" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:calledParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" 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="handleNotReachable" qname="operNS:handleNotReachable" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnType="rtns:Action" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/call_notification/v2_1" >
<parameter qname="pns:callingParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:callingPartyName" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:calledParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" 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="handleNoAnswer" qname="operNS:handleNoAnswer" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnType="rtns:Action" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/call_notification/v2_1" >
<parameter qname="pns:callingParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:callingPartyName" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:calledParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" 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="handleCalledNumber" qname="operNS:handleCalledNumber" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" returnType="rtns:Action" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/call_notification/v2_1" >
<parameter qname="pns:callingParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:callingPartyName" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:calledParty" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/call_direction/v2_1/local" type="tns:anyURI" 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="handleCalledNumber handleBusy handleNoAnswer handleNotReachable"/>
<parameter name="scope" value="Request"/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/call_notification/v2_1"
qname="ns:Action"
type="java:cn.com.chinatelecom.www.schema.ctcc.call_notification.v2_1.Action"
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/call_notification/v2_1"
qname="ns:ActionValues"
type="java:cn.com.chinatelecom.www.schema.ctcc.call_notification.v2_1.ActionValues"
serializer="org.apache.axis.encoding.ser.EnumSerializerFactory"
deserializer="org.apache.axis.encoding.ser.EnumDeserializerFactory"
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/common/v2_1"
qname="ns:ChargingInformation"
type="java:cn.com.chinatelecom.www.schema.ctcc.common.v2_1.ChargingInformation"
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=""
/>
</service>
</deployment>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -