Click to See Complete Forum and Search --> : Web Services Requirements/Design document template


igotpipped
June 7th, 2007, 12:11 PM
Hi,

I'm in the process of defining the requirements and design for a web services initiative. Specifically, it is a situation where our application is going to be using web services (either through request or response) existing on another application. I'm looking for sample web services requirements/design documents I can use to proceed. I'm kind of a web services newbie, so anything will help.

Please email any templates to igotpipped@yahoo

Thanks in advance!

TheCPUWizard
June 8th, 2007, 12:08 AM
Private e-mails are (strongly) discouraged. It denies other future readers of this thread the knowledge. Subscribe to the thread and get e-mail updates...

That being said, there are two key considerations:

1) Design a Stateless Interface.
2) Avoid a "Chatty" Interface
3) One an interface has been "published", do not EVER modify it.

Follow theses (and the underlying implications) and you will do very well.