* Invokes the StandardTypesService service using WS binding.
* Service method invoked is getNewXMLGregorianCalendarArray.
*/
@Test
public void testW2WNewXMLGregorianCalendarArray() throws Exception {
StandardTypesServiceClient serviceClient =
node.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientW2WComponent");
performTestNewXMLGregorianCalendarArray(serviceClient);
}