Hi, I would like to know if it is possible to do a mapping by object graph. For a same class, the mapping is different depending on the object path.
Example : A method with a return parameter of type Person. Person contains a list of childs (Child type is Person class too). What i want is : - All parameters of the returned parameter are mapped in WSDL ( id, first name, last name, childs). - But the child list, i only want a list of id (child ids). Is it possible ? Thanks
