* Test the pass-by-value semantics of a remotable service with WS binding.
* Test for short array.
*/
@Test
public void testW2WPassByValueShortArray() throws Exception {
PrimitivesServiceClient primitivesServiceClient = node.getService(PrimitivesServiceClient.class, "PrimitivesServiceClientW2WComponent");
Assert.assertTrue(primitivesServiceClient.passByValueShortArray());
}