473,586 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems with XmlInclude

Hello,

I have a Web service method who's returning an ArrayList of a custom class
Tender:

[WebMethod]
[XmlInclude(type of(Tender))]

public ArrayList GetTenders(stri ng user, string password){ // code}

The problem is that I receive an array of objects that contains arrays of
XmlNodes.

How can I get the data from the tenders back?

The Tender class looks like this:

[XmlInclude(type of(Tender)), XmlInclude(type of(Offer)),
XmlInclude(type of(Product))]
public class Tender
{
#region Private fields

[XmlElement]
private string name;
[XmlElement]
private string surname;
[XmlElement]
private string hospital;
[XmlElement]
private string tenderID;
[XmlElement]
private DateTime date;
[XmlElement]
private DateTime dateLimit;
[XmlArrayItem]
private ArrayList productList;
[XmlArrayItem]
private ArrayList offerList;

//Constructors, getters and setters
}
Nov 17 '05 #1
0 4458

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2431
by: TheCow | last post by:
Hi Group I have homemade class, lets call it firstclass, and then another class (secondclass) which contains an ArrayList of firstclass objects. When I try to xml serialize secondclass with the arraylist in it I get an errormessage saying "The type <TheNameSpace>.<TheFirstClass> was not expected. Use the XmlInclude or SoapInclude...
1
2151
by: yuriy_zubarev | last post by:
Greetings, Simple scenario: I have objects that need to be persisted in XML. The declaration is as follows: public class Zoo { protected Animal animals;
1
24755
by: Bob Rock | last post by:
Hello, I have a web method that serializes a class that includes among its public fields a System.Object field to which, at runtime, I assign instances of various different classes. When XmlSerializer tries serializing this public field's real content I get a "The type namespace.classname was not expected. Use the XmlInclude or SoapInclude...
1
1786
by: R.A. | last post by:
Hi I have a web service that returns a custom class in one of the service methods. public class MyClass { public string Name; public string Street; }
1
2059
by: Matthias De Ridder | last post by:
Hello, I really hope that someone will be able to help me, because I'm desperate now! I'm a student, graduating this year, and I'm working on a thesis where C# Web Services are involved. I only have three weeks to finish it all! My GUI and Web services were finished, but I hadn't tested them. So I linked the GUI to the Web service and...
0
1044
by: Andrew Kidd | last post by:
Has anyone got the XmlInclude attribute working in VS 2005? I've done some Googling & there seems to be very little in the way of replies to questions out there. I basically want to expose my UserDetails class from within the webservice like this: <WebMethod(), XmlInclude(GetType(UserDetails))> _ Public Function IsAuthenticated(ByVal...
0
1011
by: goteti | last post by:
Hello, I have a method with these attributes: public GetCardsResponse GetCards(GetCardsRequest getCardsRequest) {
0
1844
by: urban011 | last post by:
I need to use XmlInclude to generate a description in the wsdl for a subtype for a given web method. I alos need to include the SoapRpcMethod directive and the use=literal attribute in order to conform to WS-I 1.1 for interop. When I do not include the public Person GetPerson(int ID) { Manager manager = new Manager(); return...
1
2086
by: deja | last post by:
hi, i have 2 web services each with some of the same types but also each with their own xmlincludes to include types specific to them. I want to share the types that are common so I used wsdl /sharetypes but it hasn't included the xmlinclude objects. So for instance, Service1 and Service2 both have Add methods that take a baseClass...
0
7841
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8204
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7965
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1184
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.