📄 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 AudioCallService WSDL service -->
<service name="AudioCall" provider="java:RPC" style="wrapped" use="literal">
<parameter name="wsdlTargetNamespace" value="http://www.chinatelecom.com.cn/wsdl/ctcc/audio_call/v2_1/service"/>
<parameter name="wsdlServiceElement" value="AudioCallService"/>
<parameter name="wsdlServicePort" value="AudioCall"/>
<parameter name="className" value="cn.com.chinatelecom.www.wsdl.ctcc.audio_call.v2_1.service.AudioCallBindingImpl"/>
<parameter name="wsdlPortType" value="AudioCall"/>
<operation name="playTextMessage" qname="operNS:playTextMessage" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:address" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:text" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:language" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:charging" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:ChargingInformation" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<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="playAudioMessage" qname="operNS:playAudioMessage" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:address" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:audioUrl" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:charging" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:ChargingInformation" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<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="playVoiceXmlMessage" qname="operNS:playVoiceXmlMessage" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:address" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:voiceXmlUrl" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:anyURI" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:charging" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:ChargingInformation" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"/>
<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="getMessageStatus" qname="operNS:getMessageStatus" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnType="rtns:MessageStatus" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1" >
<parameter qname="pns:correlator" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:string" 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="endMessage" qname="operNS:endMessage" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnQName="retNS:result" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" returnType="rtns:MessageStatus" xmlns:rtns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1" >
<parameter qname="pns:correlator" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/audio_call/v2_1/local" type="tns:string" 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="playAudioMessage playTextMessage endMessage playVoiceXmlMessage getMessageStatus"/>
<parameter name="scope" value="Request"/>
<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/audio_call/v2_1"
qname="ns:MessageStatus"
type="java:cn.com.chinatelecom.www.schema.ctcc.audio_call.v2_1.MessageStatus"
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: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 + -