* Invokes the HelloService service using WS binding.
* Service method invoked is getGreetingsArrayList.
*/
@Test
public void testJ2WArrayList() throws Exception {
HelloServiceClient helloServiceClient = node.getService(HelloServiceClient.class, "HelloServiceClientJ2WComponent");
performTestArrayList(helloServiceClient);
}