Adapter initialization: GLEIF
The following code initializes GleifMessageAdapter and adds it to Connector.
var messageAdapter = new GleifMessageAdapter(Connector.TransactionIdGenerator);
Connector.Adapter.InnerAdapters.Add(messageAdapter);
Set the credentials and any other required properties described on the Connector configuration page.