private ArrayService arrayService;
@Before
public void setUp() throws Exception {
super.setUp();
arrayService = new ArrayService();
createService(BeanService.class, null, "BeanService", null);
createService(ArrayService.class, arrayService, "Array", new QName("urn:Array", "Array"));
}