如何从wsdl中的xs:documentation标签生成注释?

时间:2021-09-10 08:28:24

Aloha

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

我收到了一个很好的wsdl与xs:documentation标签,如:

<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

有没有办法从这个生成///

标签?我正在使用visual studio 2008

2 个解决方案

#1


1  

Try the WSDL tool from Microsoft and see if that helps

尝试Microsoft的WSDL工具,看看是否有帮助

#2


1  

I have found the tool xsd2code that includes this functionality.

我找到了包含此功能的工具xsd2code。

-Edoode

#1


1  

Try the WSDL tool from Microsoft and see if that helps

尝试Microsoft的WSDL工具,看看是否有帮助

#2


1  

I have found the tool xsd2code that includes this functionality.

我找到了包含此功能的工具xsd2code。

-Edoode