Hi -- Has anyone run into problems exposing a method to the XFire webservice that returns an Object class? I have a use case where I am returning an Object from one of my methods since I may not know what will be returned. This has caused Aegis binding problems for me as the TypeMapping defaults to ObjectType which calls it's own readObject() method over and over again until a stack overflow occurs.
Has anyone implemented any useful solutions or workarounds to this problem with Custom Types and/or Aegis mapping files? If yes, please share! - Bill
