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
有没有办法从这个生成///