this.validateAll();
final ReportResponse_Type response;
try {
final ReportSend_Type send = new ReportSend_Type();
send.setReturnOnlyIfErrorPresent(this.responseOnlyIfError);
if (this.returnOnlyIfAll != null) {
send.setReturnOnlyIfAllAtState(this.returnOnlyIfAll);
}
final String now =
localFormat.format(Calendar.getInstance().getTime());
this.pr.debugln("Querying for report @ " + now);
response = ((WorkspaceEnsemblePortType) this.portType).report(send);