XRoadLib


SchemaExporterXRoad31

Namespace: XRoadLib.Schema

Schema exporter for X-Road message protocol version 3.1.

Constructors

ConstructorDescription
new(...)
Signature: (producerName:string * contractAssembly:Assembly * producerNamespace:string) -> unit

Initializes schema exporter for X-Road message protocol version 3.1.

Instance members

Instance memberDescription
ExportHeaderDefinition(headerDefinition)
Signature: headerDefinition:HeaderDefinition -> unit
Modifiers: abstract

Configure SOAP header of the messages.

XRoadNamespace
Signature: string
Modifiers: abstract

X-Road specification namespace of the message protocol version.

XRoadPrefix
Signature: string
Modifiers: abstract

Preferred X-Road namespace prefix of the message protocol version.

Fork me on GitHub