Indeed, most modern programming and scripting languages provide some form of interface to the HTTP protocol, meaning that CouchDB can be used in almost any development project.
In this model, all you care about as a developer is a service's interface as described in WSDL, and not the particular invocation protocol that is used to access that service.
3
技术接口规格定义了开发应用软件的不同团队间的通讯协议。
Technical interface specifications define the contracts between the different groups that develop the applications.