SoapSerializationOptions Enum

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.



Overview

Namespace

Declaration (C#)

[Flags]
public enum SoapSerializationOptions
{
    None = 0,
    WriteMultiRefArray = 1,
    WriteMultiRefObject = 2,
    SendUntyped = 4,
    StrictStructureFieldOrder = 8,
    IgnoreStructureType = 16,
    EncodedXml = 32,
    ShowClientID = 64,
    Document = 128,
    SplitServiceWsdls = 256,
    ExternalTypesAsReferences = 512
}


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools