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
<service name="AService">
<parameter name="ServiceClass"
locked="false">pkg1.AService1</parameter>
...
<service name="AService">
<parameter name="ServiceClass"
locked="false">pkg2.AService2</parameter>
Doesn't Axis blow up when it tries to deploy the second instance of
AService? I would test this real quick but I'm having issues with my
workstation.
Thanks,
Chris