I would argue that 5 separate parameters would be best. If for no other reason, it's easier to build test requests with a tool like SOAPUI.
Ron -----Original Message----- From: fachhoch [mailto:[email protected]] Sent: Monday, March 08, 2010 9:44 AM To: [email protected] Subject: good practices for @WebParam My service needs input to provide response. right now My service needs 5 input parameters for response , of which 3 are string and 2 are dates should I use a Object to get all these parameters or 5 seperate parameters ? which is better ? becasue My service is used by third party , I need suggestions on which is the better way ? -- View this message in context: http://old.nabble.com/good-practices-for---%40WebParam-tp27823960p27823960.html Sent from the cxf-user mailing list archive at Nabble.com.
