Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8246725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:36:03+00:00 2026-06-07T22:36:03+00:00

Here is the webservice: Custom classes: public class A { public A() { }

  • 0

Here is the webservice:

Custom classes:

public class A
{
    public A()
    {
    }
    public B prop { get; set; } 
}

public class B
{
    public B()
    {
    }
    public A prop { get; set; }
}

Webmethod:

[WebMethod]
[XmlInclude(typeof(A))]
public object Test()
{
    A a = new A();
    a.prop = new B();

    return a;
}

Here is the client side:

Service ws = new Service();
var response = ws.Test();

So, why is the webservice returning XmlNode list instead of class A? How to solve it?

PS: if I comment public A prop { get; set; } line, it works

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T22:36:04+00:00Added an answer on June 7, 2026 at 10:36 pm

    Ok, found the solution:

    I could use a wrapper, like this:

    • C#.NET WebService returning object

    Or I use the [return:] attribute, like this:

    [WebMethod]
    [return: XmlElement(typeof(A))]
    public object Test()
    {
        A a = new A();
        a.prop = new B();
    
        return a;
    }
    
    • http://social.msdn.microsoft.com/forums/en-US/asmxandxml/thread/599ed74a-ad3d-451e-9a41-551900c542da/

    About attribute targets:

    • http://msdn.microsoft.com/en-us/library/b3787ac0(v=vs.80).aspx
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one webservice: public class Product { public int ProductId { get; set;
Here's the view: @if (stream.StreamSourceId == 1) { <img class=source src=@Url.Content(~/Public/assets/images/own3dlogo.png) alt= /> }
So I have a webservice that returns a custom type public List<MyNS.Product> GetProducts(string filter)
I am trying to get the data from the webservice and create dynamic custom
I'd like to secure my (Java metro) webservice with a login. Here's how I'm
I have a method which requests external webservices and returns json here: public string
I have custom drupal module. I receive result from a webservice that I need
I am moving and old asmx webservice to a new server with IIS7. This
Here is my custom module using hook, Assume if I want to pass argument
I tried creating custom security and policy as given here: http://download.oracle.com/docs/cd/E15523_01/relnotes.1111/e10132/owsm.htm#CIADFGGC when I run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.