I have two objects Foo and Bar

Foo's Structure is:

        Foo  (contains 3 fields on field is Bar Object type)
              fooString  - type of String
                fooLong - type of long
                Bar - type of Bar


     Bar
                barString - type of String
                barLong - type of long


CAN AXIS HANDLE SERIALIZING AND DESERIALIZING THESE OBJECTS?

I have seen examples but only for objects that don't have refs to other
objects.
Can somebody point me to an example of how to configure the bean mappings to
do
this if possible?  Or if i have to create my own serializer is there an
example
somebody has?

thanks in advance for anyones help. I have searched the web and the archives
without
any luck.

-jm

Reply via email to