Hi Alexander, IDL does not have an equivalent of null to indicate the absense of data, so you will have to return something, or raise an exception. Alternatively you could work with sequences of structs, since you can return a sequence on length 0. Yours sincerely, Bjorn