本文介绍了从WSDL生成HTML文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您从WSDL中生成某种可读取的文档的方法是什么?
过去,我使用了(由Tomi Vanek)(见),我对结果感到满意,但我对任何可能的替代方案感兴趣。



我也听说过的,但我还没有尝试过。

解决方案

我尝试了几种方法




  • :真的很强大,但HTML输出是(查看评论)多文件。另外,评论表示已经退休了,但情况已经不再如此。

  • :它不处理嵌入式模式。

  • :它不处理匿名类型。



并最终调整WSDL查看我的需要。


What are your approaches to generating some sort of human-readable documentation from WSDLs?In the past I've used WSDL viewer (by Tomi Vanek) (see my blog post about integrating it into NAnt) and I'm happy with the results, but I'm interested in any possible alternatives.

I've also heard of x3sp, but I haven't tried it.

解决方案

I tried several alternatives

and ended up tweaking WSDL viewer to my needs.

这篇关于从WSDL生成HTML文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 00:36