specfying XML webservice to create elements, not attributes

S

Shikari Shambu

Hi,
Is there a way to get the .NET Web Service/ web service proxy to
automatically create elements instead of attributes?

TIA
 
J

Jared

use the xmlattribute attribute

<System.Xml.Serialization.XmlAttribute("AttributeName")> _
Dim OutputAsXmlAttribute as string
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top