} else if(sd.getType().equals(Identify.class.getCanonicalName())) {
Identify idf = new IdentifyWrapper(surl);
IdentifyResult ir1 = idf.identify( this.getDob1().getDob(), null);
this.compareServiceReport = ir1.getReport();
IdentifyResult ir2 = idf.identify( this.getDob2().getDob(), null);
this.compareServiceReport = ir2.getReport();
me = this.createMeasurementEvent();
if( me != null ) {
me.setAgent(new MeasurementAgent(idf.describe()));