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