Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
What have you tried? Can you send an example of the message you have (instead of its schema)? – carlosfigueira Dec 11 '12 at 16:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.