In my opinion if the service normally executes a bunch of commands (like a batch) I would send them all in one call. The simple advantage is performance. Only one web service communication needed.
> -----Ursprüngliche Nachricht----- > Von: [email protected] > Gesendet: 11.04.06 01:41:43 > An: [email protected] > Betreff: [xfire-user] Document style best practices > 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 > _______________________________________________________________ SMS schreiben mit WEB.DE FreeMail - einfach, schnell und kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
