public test.wsdl.marshall2.types.CalendarArrayTestResponse calendarArrayTest(test.wsdl.marshall2.types.CalendarArrayTest parameters)
throws java.rmi.RemoteException {
if(parameters.getCalendarArray()==null) {
throw new RemoteException("CalendarArray is null");
}
return new CalendarArrayTestResponse(parameters.getCalendarArray());
}