Interface IEbicsTransport

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public interface IEbicsTransport

Methods

SendRequest(EbicsTrace, XmlDocument, string)

XmlDocument SendRequest(EbicsTrace aTrace, XmlDocument xmlRequest, string sUrl)

Parameters

aTrace EbicsTrace

An EbicsTrace instance that will receive all tracing.

xmlRequest XmlDocument

The EBICS request to be sent. This must not be null.

sUrl string

The EBICS Host URL to which to post the xmlRequest.

Returns

XmlDocument

The EBICS response received. This is never null.

Remarks

Sends an EBICS request to the server and returns the servers EBICS response. An error or timeout will throw an exception.