blob: 2850c2c4c75aa769fd76719115c24c159e39fa79 [file] [log] [blame]
<service name="Library"
class="sample.servicelifecycle.LibraryLifeCycle" scope="application">
<description>
This is sample service 2
</description>
<messageReceivers>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out"
class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
</messageReceivers>
<parameter name="ServiceClass" locked="false">
sample.servicelifecycle.LibraryService</parameter>
<parameter name="allBooks">
<allBooks>
<book>
<author>John Bloomer</author>
<isbn>0-937175-77-3</isbn>
<title>Power Programming with RPC</title>
</book>
<book>
<author>Stephen Spainhour and Valerie Quercia</author>
<isbn>1-56592-229-8</isbn>
<title>WEBMASTER IN A NUTSHELL</title>
</book>
<book>
<author>David Flanagan</author>
<isbn>1-56592-371-5</isbn>
<title>Java Examples</title>
</book>
<book>
<author>Mark Lutz and David Ascher</author>
<isbn>1-56592-464-8</isbn>
<title>Learning Python</title>
</book>
<book>
<author>A. Keyton Weissinger</author>
<isbn>1-56592-490-8</isbn>
<title>ASP In a nutshell</title>
</book>
<book>
<author>Clinton Wong</author>
<isbn>1-56592-214-X</isbn>
<title>Web Client Programming with Perl</title>
</book>
<book>
<author>Don Box , Aaron Skonnard and John Lam</author>
<isbn>0-201-70914-7</isbn>
<title>Essential XML , Beyond Markup</title>
</book>
</allBooks>
</parameter>
</service>