> I thought that axis2 didn't allow multiple services to have the same > name, even if their service classes are from different packages; is > this correct? For example if I have two services > Yes, Axis2 does not allow that. Service name has to be unique. > > > > <servicename=/"AService"/> > > <parametername=/"ServiceClass"/ > locked=/"false"/>pkg1.AService1</parameter> > > > > ... > > > > > > <servicename=/"AService"/> > > <parametername=/"ServiceClass"/ > locked=/"false"/>pkg2.AService2</parameter> > > > > Doesn't Axis blow up when it tries to deploy the second instance of > AService? > It should give you an error. > > I would test this real quick but I'm having issues with my workstation. >
Deepal > > > > Thanks, > > Chris > > > > > > > > > > >