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