I am using using Axis2 1.4.1. I found if I have argument of a service of type "*java.lang.Object*", Axis2 internally converts it into "* javax.activation.DataHandler*". So Axis2 does support "java.lang.Object" as argument of a service method?
Chinmoy