Enabling and Using Web Service

In EFT Enterprise, the Web Service allows administrators to initiate EFT workflow from an external application such as an enterprise scheduler. For information about how EFT supports Web Service, refer to EFT Web Service. An SSL certificate is required to use Web Service, because EFT sends the HTTP Web Services requests via HTTPS. (Specify SSL versions and ciphers before enabling SSL connections. SSL must first be enabled on EFT and the Site.)

  • The administrator account must have the COM administration privilege for access to any /WebService URL (or sub-URLs).

  • If you are using Internet Explorer 6.0, TLS 1.0 is turned OFF by default. If Web Services is not working in IE6, click Tools > Internet Options, then on the Advanced tab, select the Use TLS 1.0 check box. Save the changes, then close and reopen the browser.

To enable Web service

  1. In the administration interface, connect to EFT and click the Server tab.

  2. On the Server tab, click the Site that you want to configure.

  3. In the right pane, click the Connections tab.

  4. Select the Enable Web Services (WS) over HTTPS check box.

  5. Click Apply to save the changes on EFT.

To use Web Service in your browser

  1. Open a browser.

  2. In the Address bar, type the URL of the Site and the port number (if different from the default), a forward slash, and webservice, then press ENTER. For example, type:

    https://localhost:443/webservice

  3. (Note that you will have to change the URL of the Site and the port number if you are not using "localhost" and port 443!)

  4. A login prompt appears. Provide an EFT administrator login credentials. The EFTWebService interface appears.

  5. To execute and Event Rule, click InvokeEventRule. The Invoke Event Rule interface appears.

  6. In the Value boxes, provide the EventRuleName and, if necessary, EventParams, then click Invoke.

  7. For example, in the EventRuleName Value box, type Backup Server Configuration, leave EventParams blank, and then click Invoke. ("Backup Server Configuration" is a default Event Rule available in EFT Enterprise only.) The browser returns the following string:

    <int xmlns="HTTPS://localhost:443/">1</int>

  8. For this example, you can open the Backup folder and see that a backup file was created (e.g., C:\ProgramData\Globalscape\EFT Enterprise\Backup).

Related Topic