📄 deploy.wsdd.svn-base
字号:
<!-- 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 PortfolioService WSDL service -->
<service name="STSPortfolio" provider="java:RPC" style="rpc" use="encoded">
<parameter name="wsdlTargetNamespace" value="urn:STSPortfolio"/>
<parameter name="wsdlServiceElement" value="PortfolioService"/>
<parameter name="schemaUnqualified" value="urn:STSPortfolio,tsn:Portfolio"/>
<parameter name="wsdlServicePort" value="STSPortfolio"/>
<parameter name="className" value="ase.assignment.sts.ws.portfolio.STSPortfolioSoapBindingImpl"/>
<parameter name="wsdlPortType" value="PortfolioPortType"/>
<parameter name="typeMappingVersion" value="1.2"/>
<operation name="findById" qname="operNS:findById" xmlns:operNS="urn:STSPortfolio" returnQName="findByIdReturn" returnType="rtns:PortfolioEntity" xmlns:rtns="tsn:Portfolio" soapAction="" >
<parameter qname="porId" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<operation name="getAllPortfolios" qname="operNS:getAllPortfolios" xmlns:operNS="urn:STSPortfolio" returnQName="getAllPortfoliosReturn" returnType="rtns:ArrayOf_tns1_PortfolioEntity" xmlns:rtns="urn:STSPortfolio" returnItemType="tns2:PortfolioEntity" xmlns:tns2="tsn:Portfolio" soapAction="" >
<parameter qname="username" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<operation name="delete" qname="operNS:delete" xmlns:operNS="urn:STSPortfolio" soapAction="" >
<parameter qname="porId" type="tns:int" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
</operation>
<operation name="create" qname="operNS:create" xmlns:operNS="urn:STSPortfolio" soapAction="" >
<parameter qname="entity" type="tns:PortfolioEntity" xmlns:tns="tsn:Portfolio"/>
</operation>
<operation name="update" qname="operNS:update" xmlns:operNS="urn:STSPortfolio" soapAction="" >
<parameter qname="entity" type="tns:PortfolioEntity" xmlns:tns="tsn:Portfolio"/>
</operation>
<parameter name="allowedMethods" value="getAllPortfolios update create findById delete"/>
<parameter name="scope" value="Session"/>
<arrayMapping
xmlns:ns="urn:STSPortfolio"
qname="ns:ArrayOf_tns1_PortfolioEntity"
type="java:ase.assignment.sts.ws.beans.PortfolioEntity[]"
innerType="cmp-ns:PortfolioEntity" xmlns:cmp-ns="tsn:Portfolio"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
/>
<typeMapping
xmlns:ns="tsn:Portfolio"
qname="ns:PortfolioEntity"
type="java:ase.assignment.sts.ws.beans.PortfolioEntity"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
/>
</service>
</deployment>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -