Guys, I need some of your advice and suggestion.. If I need to return a set of information from a java service and this information is scattered in different java classes.. Which is better Get all the information from all the classes and formulate a XML and return single XML element from the function or return one big object and SOAP serializes it to XML data .. I would appreciate your help..