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