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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top