<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> |