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