We are currently designing a new web service (and its XML Schema) which is intended to execute a set of commands like "create this", "update that"... Should all these commands be sent under a single root XML element and therefore only require a single method in XFire's service class? What's the most common way to design/implement this type of service?
Thanks in advance, -denis
