<service name="PurchaseService"
provider="java:RPC">
<documentation>Service for purchasing items. Look at chapter -Purchases- in the documentation</documentation>
<parameter name="className" value="com.osmoticweb.axisdemo.PurchaseService"/>
<operation name="orderItem">
<documentation>Use this method to order an item from the online shop.</documentation>
</operation>
</service> |
Provided by predic8.com