Hi,
I was just curious about knowing whether axis2 supports circular referencing
of objects.
For eg.
There are two classes like
Class Parent
{
String motherName;
Child[] children;
}
Class Child
{
String name;
Parent parent;
}
Will I be able to sent Parent object as an argument to a webservice and
return that object back.
Regards
Happy
