blob: 47d2cf409c2fe266c10a22fce362c5b91226e6ba [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<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">
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>