Hi,
You can have one or more services in the same service archive file using the
serviceGroup element. And the services.xml will look like this.
<serviceGroup>
<service *name="ABC"> *
<parameter name="serviceClass">
org.apache.axis2.ABCService
<parameter>
<service>
<service *name="XYZ"> *
<parameter name="serviceClass">
org.apache.axis2.XYZService
<parameter>
<service>
<serviceGroup>
See this article. http://www.developer.com/open/print.php/10930_3589126_2
Upul
On Tue, Mar 11, 2008 at 11:32 PM, Laxma <[EMAIL PROTECTED]> wrote:
> Hi,
> Is it possible to bundle multiple services into one service archive aar
> file.
> If so can you please share the details as to how that can be accomplished.
>
> thanks
> Laxma
>