ICIWebServiceActionParams

The ICIWebServiceActionParams interface properties are used to define the Invoke Web Service Action.

  • Property AdvancedHomeIP As String

  • HRESULT AdvancedHomeIP([out, retval] BSTR* pVal);
    HRESULT AdvancedHomeIP([in] BSTR newVal);

    EFT v7.2

  • Property AdvancedRetries As Int

  • HRESULT AdvancedRetries([out, retval] int* pVal);
    HRESULT AdvancedRetries([in] int newVal);

    EFT v7.2

  • Property AdvancedRetryDelayInSec As Int

  • HRESULT AdvancedRetryDelayInSec([out, retval] int* pVal);
    HRESULT AdvancedRetryDelayInSec([in] int newVal);

    EFT v7.2

  • Property AdvancedTimeoutInSec As Int

  • HRESULT AdvancedTimeoutInSec([out, retval] int* pVal);
    HRESULT AdvancedTimeoutInSec([in] int newVal);

    EFT v7.2

  • Property BodyContent

  • HRESULT BodyContent([out, retval] BSTR* pVal);
    HRESULT BodyContent([in] BSTR newVal);

    EFT v7.2

  • Property BodyFile As String

  • HRESULT BodyFile([out, retval] BSTR* pVal);
    HRESULT BodyFile([in] BSTR newVal);

    EFT v7.2

  • Property Cookies As String

  • HRESULT Cookies([out, retval] BSTR* pVal);
    HRESULT Cookies([in] BSTR newVal);

    EFT v7.2

  • Property EncodeBodyEditAsJson As Boolean

  • HRESULT EncodeBodyEditAsJson([out, retval] VARIANT_BOOL* pVal);
    HRESULT EncodeBodyEditAsJson([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property ForceBasicAuth(val As SFTPAdvBool)

  • HRESULT ForceBasicAuth([out, retval] SFTPAdvBool *pVal);
    HRESULT ForceBasicAuth([in] SFTPAdvBool newVal);

    EFT v7.2

  • Property Headers As String

  • HRESULT Headers([out, retval] BSTR* pVal);
    HRESULT Headers([in] BSTR newVal);

    EFT v7.2

  • Property LoadBodyFromFile As Boolean

  • HRESULT LoadBodyFromFile([out, retval] VARIANT_BOOL* pVal);
    HRESULT LoadBodyFromFile([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property Password As String

  • HRESULT Password([out, retval] BSTR* pVal);
    HRESULT Password([in] BSTR newVal);

    EFT v7.2

  • Property ProxyEnabled As Boolean

  • HRESULT ProxyEnabled([out, retval] VARIANT_BOOL* pVal);
    HRESULT ProxyEnabled([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property ProxyHost As String

  • HRESULT ProxyHost([out, retval] BSTR* pVal);
    HRESULT ProxyHost([in] BSTR newVal);

    EFT v7.2

  • Property ProxyPassword As String

  • HRESULT ProxyPassword([out, retval] BSTR* pVal);
    HRESULT ProxyPassword([in] BSTR newVal);

    EFT v7.2

  • Property ProxyPort As Int

  • HRESULT ProxyPort([out, retval] int* pVal);
    HRESULT ProxyPort([in] int newVal);

    EFT v7.2

  • Property ProxyUser As String

  • HRESULT ProxyUser([out, retval] BSTR* pVal);
    HRESULT ProxyUser([in] BSTR newVal);

    EFT v7.2

  • Property ResponseFile As String

  • HRESULT ResponseFile([out, retval] BSTR* pVal);
    HRESULT ResponseFile([in] BSTR newVal);

    EFT v7.2

  • Property ResponseVariable As String

  • HRESULT ResponseVariable([out, retval] BSTR* pVal);
    HRESULT ResponseVariable([in] BSTR newVal);

    EFT v7.2

  • Property SaveResponseToFile As Boolean

  • HRESULT SaveResponseToFile([out, retval] VARIANT_BOOL* pVal);
    HRESULT SaveResponseToFile([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property SaveResponseToVariable As Boolean

  • HRESULT SaveResponseToVariable([out, retval] VARIANT_BOOL* pVal);
    HRESULT SaveResponseToVariable([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property SOCKSEnabled As Boolean

  • HRESULT SOCKSEnabled([out, retval] VARIANT_BOOL* pVal);
    HRESULT SOCKSEnabled([in] VARIANT_BOOL newVal);

    EFT v7.2

  • Property SOCKSHost As String

  • HRESULT SOCKSHost([out, retval] BSTR* pVal);
    HRESULT SOCKSHost([in] BSTR newVal);

    EFT v7.2

  • Property SOCKSPassword As String

  • HRESULT SOCKSPassword([out, retval] BSTR* pVal);
    HRESULT SOCKSPassword([in] BSTR newVal);

    EFT v7.2

  • Property SOCKSPort As Int

  • HRESULT SOCKSPort([out, retval] int* pVal);
    HRESULT SOCKSPort([in] int newVal);

    EFT v7.2

  • Property SOCKSType As Int

  • HRESULT SOCKSType([out, retval] int* pVal);
    HRESULT SOCKSType([in] int newVal);

    EFT v7.2

  • Property SOCKSUseAuth As Boolean

  • HRESULT SOCKSUseAuth([out, retval] VARIANT_BOOL* pVal);
    HRESULT SOCKSUseAuth([in] VARIANT_BOOL newVal);
  • Property SOCKSUser As String

  • HRESULT SOCKSUser([out, retval] BSTR* pVal);
    HRESULT SOCKSUser([in] BSTR newVal);

    EFT v7.2

  • Property SslClientCertificate As String

  • HRESULT SslClientCertificate([out, retval] BSTR* pVal);
    HRESULT SslClientCertificate([in] BSTR newVal);

    EFT v7.2

  • Property SslPassphrase As String

  • HRESULT SslPassphrase([out, retval] BSTR* pVal);
    HRESULT SslPassphrase([in] BSTR newVal);

    EFT v7.2

  • Property SslPrivateKey As String

  • HRESULT SslPrivateKey([out, retval] BSTR* pVal);
    HRESULT SslPrivateKey([in] BSTR newVal);

    EFT v7.2

  • Property SslServerCertificate As String

  • HRESULT SslServerCertificate([out, retval] BSTR* pVal);
    HRESULT SslServerCertificate([in] BSTR newVal);

    EFT v7.2

  • Property Url As String

  • HRESULT Url([out, retval] BSTR
    HRESULT Url([in] BSTR newVal);

    EFT v7.2

  • Property UserName As String

  • HRESULT UserName([out, retval] BSTR* pVal);
    HRESULT UserName([in] BSTR newVal);

    EFT v7.2

  • Property Verb As WebServiceVerbType

  • HRESULT Verb([out, retval] WebServiceVerbType* pVal);
    HRESULT Verb([in] WebServiceVerbType newVal);

    EFT v7.2