RE: Which is better design

2001-06-28 Thread Khamesra, SandeepX
Sent: Thursday, June 28, 2001 11:08 AM To: '[EMAIL PROTECTED]' Subject: RE: Which is better design Are you asking if it is better to return a Java Object or an XML Element? If so, are you ever going to have non-Java clients to this service? If so, you are better returning the XML.

RE: Which is better design

2001-06-28 Thread Wilkins, Craig
Are you asking if it is better to return a Java Object or an XML Element? If so, are you ever going to have non-Java clients to this service? If so, you are better returning the XML. If your clients are all Java, then it will be easier to work with a Java Object on the client side than it is to