Hi, I'm looking to document a few simple web services to a (mostly) non-technical audience. The rub there is "mostly". Some are very technical, and I want the form of the documentation to be correct and not to alienate them.
I can't claim to be hugely technical myself, but what I want to get across is the content of the data that is exchanged. I'm OK with the concepts of "exposing" the service, but what I want to document is the data that the requesting system will send in (ie. what the service is expecting) and the data that will be returned. For example, if the service was providing a delivery name and address for a transaction, the requesting system might send an transaction number and customer id.You might document it like this:
Request - Transaction Number() - Customer Id()
Response - Transaction Number() - Customer Id() - Delivery Name() - Delivery Address()
Now that is obviously "Mickey Mouse", but what I was wondering is if there is a "standard" convention & syntax for such documentation. I don't want to go down the whole WSDL route, just a clear English description. Anyway, great site , this is my first posting, so thanks for any responses. Regards Peter