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