|
-
Aug 2nd, 2010, 05:52 AM
#1
Thread Starter
Frenzied Member
Webservices documentation
I would appreciate any kind of comments on how you manage to organize all of your company's web services (buit-in or from vendors).
1. Do you have any kind of doc template for webservices documentation?
2. Any kind of special repository for that?
3. Do you ask documentation in some kind of format from your vendors (your own format defined in #1)?
4. Do you document the vendors webservices?
Thx in advance.
-
Aug 2nd, 2010, 07:33 AM
#2
Re: Webservices documentation
We do that for every program we write in-house or purchase - not only web services.
Although we have template it is proprietary so it cannot be posted. Here is just a base guideline:
- what it does and who may use it
- list of available functions/methods
- for each function/method list of argnuments (in/out) and return types
- for each function/method sample usage for variety of programming languages
- if it was built in-house mandatory source control, support person/group, etc...
- we also include wsdl, links, diagrams, etc - basically whatever applies that best describes particular application
And so on...
-
Aug 2nd, 2010, 07:51 AM
#3
Thread Starter
Frenzied Member
Re: Webservices documentation
 Originally Posted by RhinoBull
We do that for every program we write in-house or purchase - not only web services.
Although we have template it is proprietary so it cannot be posted. Here is just a base guideline:
- what it does and who may use it
- list of available functions/methods
- for each function/method list of argnuments (in/out) and return types
- for each function/method sample usage for variety of programming languages
- if it was built in-house mandatory source control, support person/group, etc...
- we also include wsdl, links, diagrams, etc - basically whatever applies that best describes particular application
And so on...
thx for your comment...
what about vendors... do they use your template... ?
-
Aug 2nd, 2010, 11:56 AM
#4
Re: Webservices documentation
Yes and no - depends on the vendor. If it's not too much we may convert what they sent us, otherwise we simply store it "as is".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|