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