<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">
<handlerInfoChain>
<handlerInfo classname="com.osmoticweb.soap.SignatureHandler"/>
<handlerInfo classname="com.osmoticweb.soap.EncryptionHandler"/>
<role soapActorName="http://osmoticweb.com/order-processor"/>
</handlerInfoChain>
</operation>
</service> |
| Name | Cardinality | Description |
|---|---|---|
| handlerInfo | 0...* | JAX-RPC handler to be included in the handler chain |
| role | 0...* | Role under which the handler chain acts |
Provided by Orientation in Objects