You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2005/09/20 18:09:01 UTC

RE: [Axis2] services.xml

> Now onward only the valid service descriptor in side a service is
> services.xml and service.xml wont be a valid one. This is just name
change
> if you only have one service in your service archive but if you have
> multiple service in it then the services.xml format will be little bit
> change and the way is as fllows
> <serviceGroup>
>   <service name="foo">
>   </service>
>  <service name="bar">
>  </service>
> </serviceGroup>

Can I still have a single <service> top level element in services.xml
and the right thing will happen?

--
Tom Jordahl
Macromedia Server Development


Re: [Axis2] services.xml

Posted by Ruchith Fernando <ru...@gmail.com>.
Yes !! having a single top level <service> element works righ now :-)

On 9/20/05, Tom Jordahl <to...@macromedia.com> wrote:
> > Now onward only the valid service descriptor in side a service is
> > services.xml and service.xml wont be a valid one. This is just name
> change
> > if you only have one service in your service archive but if you have
> > multiple service in it then the services.xml format will be little bit
> > change and the way is as fllows
> > <serviceGroup>
> >   <service name="foo">
> >   </service>
> >  <service name="bar">
> >  </service>
> > </serviceGroup>
>
> Can I still have a single <service> top level element in services.xml
> and the right thing will happen?
>
> --
> Tom Jordahl
> Macromedia Server Development
>
>


--
Ruchith