The problem was with the root node element which i changed. I kept the root name as ArrayOfEnvironmentConfigurations and the problem was solved. Thanks for replying.
ashishtango
Posts
-
How Do I deserialize the following Xml string? [modified] -
How Do I deserialize the following Xml string? [modified]I have serialized using XmlSerializer. I have removed Xml version and namespace information from the XML. I have changed the root node from <ArrayOfEnvironmentConfigurations> to <EnvironmentConfigurations> I want to desrialize this xml. Thank you.
-
Deserialize following Xml.????Hi, I am getting this error There is an error in XML document (1, 2) When i Deserialize following Xml. <EnvironmentConfigurations> <EnvironmentConfiguration> <EnvironmentName>ABC</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> <EnvironmentConfiguration> <EnvironmentName>XYZ</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> </EnvironmentConfigurations>
-
Deserialize following Xml.??Hi, I am getting this error There is an error in XML document (1, 2) When i Deserialize following Xml. <EnvironmentConfigurations> <EnvironmentConfiguration> <EnvironmentName>ABC</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> <EnvironmentConfiguration> <EnvironmentName>XYZ</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> </EnvironmentConfigurations>
-
How Do I deserialize the following Xml string? [modified]Hi, I am getting this error There is an error in XML document (1, 2) When i Deserialize following Xml. <EnvironmentConfigurations> <EnvironmentConfiguration> <EnvironmentName>ABC</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> <EnvironmentConfiguration> <EnvironmentName>XYZ</EnvironmentName> <CMSConfiguration> <Address>net.tcp://localhost:9000/Manager</Address> <Binding>netTcpBinding</Binding> <Contract>Common.Interfaces.Server</Contract> </CMSConfiguration> </EnvironmentConfiguration> </EnvironmentConfigurations>
modified on Tuesday, February 23, 2010 5:11 AM
-
What is Diagnostics in WCF?What is Diagnostics in WCF? Can we keep track of working of all application that use service using diagnostics.. Thank you.
-
Can a Java application call a DotNet WCF service?Thank you for Replying..... Can you elaborate a bit more on this topic .An example or something.
-
Can a Java application call a DotNet WCF service?Thank you for replying. But I want to know how to read WCF service in Java application.
-
Can a Java application call a DotNet WCF service? PinCan a java application call a WCF service?If Yes can any one help me how to do it?It is really urgent. I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
-
Can a Java application call a DotNet WCF service?Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
-
Can a Java application call a DotNet WCF service?Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
-
Can a Java application call a DotNet WCF service ? [modified]Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..
modified on Sunday, January 24, 2010 11:20 PM
-
Adding years,month,days to given datehi I have a textbox in which i have todays date. which i select years,months,days from other controls i should get the added date. please help me. Thanks