views:

537

answers:

2

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  A: 

Try the WSDL tool from Microsoft and see if that helps

slf
A: 

I have found the tool xsd2code that includes this functionality.

-Edoode

edosoft