You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Khamesra, SandeepX" <sa...@intel.com> on 2001/06/28 19:56:42 UTC

Which is better design

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