Hi Bill,
Are you returning an abstract type that has
substitution groups in your schema?  We tried to do
this for a while but many frameworks would return null
for the object including .NET and xfire.  I gave up on
it and changed the schema to have a parent type
encapsulate the 2 possible return types.

-Yogesh

--- Bill Krueger <[EMAIL PROTECTED]> wrote:

> 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
> 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to