Browse by Tags

Related Posts

  • WCF - Maximum number of items that can be serialized or deserialized in an object graph is '65536'

    Hi, I'm trying to debug a problem that's occurring when sending large amounts of data over WCF. The error message from the System.ServiceModel.CommunicationException that's being thrown is: "There was an error while trying to serialize parameter http://tempuri.org/:batch. The InnerException...
    Posted to XML Web Services (Forum) by oneillci2 on 10-07-2008, 12:00 AM
    Filed under: .NET WCF, DataContractSerializer, MaxReceivedMessageSize, .net array web service, WCF
  • Mappings for XML Schema datatypes using DataContractSerializer

    The MSDN Library article "Types Supported by the DataContractSerializer" does not list mappings or provide recommendations for all datatypes in the XML Schema namespace. As a simple example for which there does not appear to be any mapping or recommendation, consider the XML Schema datatype...
    Posted to XML Web Services (Forum) by ctaswell on 08-06-2008, 12:00 AM
    Filed under: DataContractSerializer, WCF, XML Schema datatypes
  • WCF Serialization

    Apologies for the maybe confusing question, it's late :) I have a CollectionDataContract as specified: [CollectionDataContract(ItemName = "Marker", Namespace = "http://www.mysite.com/")] public class MovieMarkers : List<string> { } When this is rendered into XML via the...
    Posted to XML Web Services (Forum) by SuperGhost on 07-06-2009, 12:00 AM
    Filed under: WCF, datamember, datacontractserializer
Page 1 of 1 (3 items)