开发者

How to document Web service for client [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by edi开发者_如何学Cting this post.

Closed 4 years ago.

Improve this question

I am developing a web service. The business system of client will integrate with our system using these web service. I want to provide the documentation of our web service. What is the best practice for documenting the web service?


IMO it should be close to the source with WSDL's wsdl:documentation element and XSD's xs:documentation element. Although, while this is a valuable and maintainable solution for developers, it doesn't do well to expose the service capabilities to the business in a service-oriented environment.

Problem is, for Java developers anyway, that these elements are not supported by Java->WSDL with JAX-WS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜