Invoke Service which returns blob
i try to invoke service wich returns blob output with
Thing db = ThingUtilities.findThing("dbThing");
InfoTable result = db.processServiceRequest("customService", null);
but how to convert infotable to byte array?
best reggards

