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