XmlInclude

  • Thread starter michael.kroeschel
  • Start date
M

michael.kroeschel

Hi All

I have a difficult Question about my webservice! In my webservice I use
a lot of XmlInclude on one and some webservice. But I want to add the
XmlInclude at runtime to optimize my XML.
Again! I want to change this:

[XmlInclude(typeof(PartVO))]
[WebMethod(EnableSession=true]
public PartVO GetPart(string sGuid)
{
....
}

whit something like this:

[WebMethod(EnableSession=true]
public PartVO GetPart(string sGuid)
{
Webservice.XmlInclude(typeof(PartVO));
}

Any Idea

thx

Michael
 

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

Staff online

Members online

Forum statistics

Threads
474,266
Messages
2,571,082
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top