📄 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 NotificationService WSDL service -->
<service name="Notification" provider="java:RPC" style="wrapped" use="literal">
<parameter name="wsdlTargetNamespace" value="http://www.chinatelecom.com.cn/wsdl/ctcc/payment/notification/v1_0/service"/>
<parameter name="wsdlServiceElement" value="NotificationService"/>
<parameter name="wsdlServicePort" value="Notification"/>
<parameter name="className" value="cn.com.chinatelecom.www.wsdl.ctcc.payment.notification.v1_0.service.NotificationBindingImpl"/>
<parameter name="wsdlPortType" value="Notification"/>
<operation name="buyNotification" qname="operNS:buyNotification" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" returnQName="retNS:status" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:userAccout" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
<parameter qname="pns:goodsInfo" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" type="tns:GoodsInfo" xmlns:tns="http://www.chinatelecom.com.cn/schema/ctcc/payment/v1_0"/>
<parameter qname="pns:msgID" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<operation name="chargingNotification" qname="operNS:chargingNotification" xmlns:operNS="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" returnQName="retNS:status" xmlns:retNS="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" returnType="rtns:string" xmlns:rtns="http://www.w3.org/2001/XMLSchema" >
<parameter qname="pns:tradeIdentifier" xmlns:pns="http://www.chinatelecom.com.cn/schema/ctcc/payment/notification/v1_0/local" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<parameter name="allowedMethods" value="buyNotification chargingNotification"/>
<parameter name="scope" value="Request"/>
<typeMapping
xmlns:ns="http://www.chinatelecom.com.cn/schema/ctcc/payment/v1_0"
qname="ns:GoodsInfo"
type="java:cn.com.chinatelecom.www.schema.ctcc.payment.v1_0.GoodsInfo"
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 + -