<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="PurchaseService"
provider="java:RPC"
xmlns:ns="http://osmoticweb.com/PurchaseService/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<parameter name="className" value="com.osmoticweb.axisdemo.PurchaseService"/>
<operation qname="ns:orderItem"
returnType="xsd:boolean"
returnQName="ns:orderItemResponse"
/>
</service>
</deployment> |
| Name | Mandatory | Default | Description | Examples |
|---|---|---|---|---|
| name | yes | - | Name of the operation | getWareBasket |
| qname | no | - | Qualified name of the element representing the operation in a SOAP message | ns:getWareBasket |
| returnQName | no | - | Qualified name of the element containing the return of the operation in the SOAP response | ns:getWareBasketReturn |
| returnType | no | - | Type of return element | xsd:integer, ns:Invoice |
| returnHeader | no | false | If this attribute is set to true the return element of the operation is returned as header block | true, false, yes, no, 1, 0 |
| Name | Cardinality | Description |
|---|---|---|
| parameter | 0...* | Metadata about a parameter like the name or mode of a parameter |
| fault | 0...* | Description of an exception |
| documentation | 0...1 | Documentation about the operation |
Provided by Orientation in Objects