* Test for int array.
*/
@Test
public void testW2JPassByValueIntArray() throws Exception {
PrimitivesServiceClient primitivesServiceClient = domain.getService(PrimitivesServiceClient.class, "PrimitivesServiceClientW2JComponent");
Assert.assertTrue(primitivesServiceClient.passByValueIntArray());
}
/**
* Invokes the PrimitivesService service using WS binding.
* Service method invoked is negateLong.