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