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