How can I generate comments from xs:documentation tags in a wsdl?

人盡茶涼 提交于 2020-01-03 01:47:29

问题


Aloha

I received a nice wsdl with xs: documentation tags like:

<xs:complexType name="Supplier">
  <xs:annotation>
    <xs:documentation>
      The supplier of the product
    </xs:documentation>
  </xs:annotation>

Is there any way to generate ///<summary> tags from this? I'm using visual studio 2008


回答1:


Try the WSDL tool from Microsoft and see if that helps




回答2:


I have found the tool xsd2code that includes this functionality.

-Edoode



来源:https://stackoverflow.com/questions/374086/how-can-i-generate-comments-from-xsdocumentation-tags-in-a-wsdl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!