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