Request & Response XML for Spring

franklinegg

New Member
We are developing Spring Webservices to provide the service to iPad application. There is a discussion between two teams how to define the Request / Response XMLs. Architecturally our service will convert the Request XMLs into Java Beans using JAXB before it reaches Endpoint.We are proposing that there is a separate Request / Response XMLs are required for each service like the following1. For InsertService the XML will be .. 2. For DeleteRequest the XML will be .. etc.,But the other team is proposing the following way, for all the request / responses only one root node like the following.. Insert/Delete.. Please suggest what would be right way, if it is ours how to convince them?Thanks
 
Back
Top