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

2

1

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

Koffman answered 17/12, 2008 at 9:39 Comment(0)
K
1

I have found the tool xsd2code that includes this functionality.

-Edoode

Koffman answered 8/1, 2009 at 15:39 Comment(0)
A
1

Try the WSDL tool from Microsoft and see if that helps

Abominable answered 17/12, 2008 at 14:24 Comment(0)
K
1

I have found the tool xsd2code that includes this functionality.

-Edoode

Koffman answered 8/1, 2009 at 15:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.