* Invokes the StandardTypesService service using WS binding.
* Service method invoked is getNewDataHandlerArray.
*/
@Test
public void testW2WNewDataHandlerArray() throws Exception {
StandardTypesServiceClient serviceClient =
node.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientW2WComponent");
performTestNewDataHandlerArray(serviceClient);
}