from org.apache.axiom.om.util import Base64 def afterMboData(ctx): if ctx.getMboName()=='IMGLIB': ctx.getMbo().setValue("IMAGE",Base64.decode(ctx.getData().getCurrentData("IMAGE")))