Hi i had a WCF Message like this
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="product_id" type="xs:long" minOccurs="0" />
<xs:element name="category_id" msdata:Caption="Product Category" type="xs:long" minOccurs="0" />
</xs:complexType>
i would like to retreive msdata:Caption for element "product_id" .. how do i do this?