* Invokes the PrimitivesService service using WS binding.
* Service method invoked is negateDoubleArray.
*/
@Test
public void testJ2WNegateDoubleArray() throws Exception {
PrimitivesServiceClient primitivesServiceClient = node.getService(PrimitivesServiceClient.class, "PrimitivesServiceClientJ2WComponent");
performTestNegateDoubleArray(primitivesServiceClient);
}