Connectivity: SOAP

Overview

SOAP connectivity can be used with web services that utilize SOAP APIs.

If the system already has an API, Skyone Studio can use it directly—adding rate limiting and security controls to make integration with other products easier. When using SOAP, Skyone Studio works with XML format, supporting the POST method, which is the only HTTP request method accepted by the SOAP protocol.

All accounts created under this connectivity type will use the endpoint of a SOAP API, with data typically provided through a WSDL file—an XML format that describes how to call a web service. If the API doesn't have a WSDL file, you’ll need to manually build the requests without relying on tools like SOAP UI.

Once you’ve added at least one operation to your module, you won’t be able to change the selected connectivity type unless you delete all the created operations first.


How to connect an account

In the case of the SOAP connectivity type, no authentication is required.

To add a connected account, click on "Connected account" and then "Add connected account".

The following modal will then appear:

Fill in the details:

  1. Terminal (optional): if you have a terminal set up, select it so that the connection is made through the corresponding "Agent";

  2. Account name: name of the registered account;

  3. Host: IP of the database host;

  4. Port: port number

After filling in the details, click on "Create account".

That's it! Your connected account has been created and can be used by other modules and flows, appearing among the configured account options in both cases.

Finally, click on "Save changes" to configure your module settings.

Next step: Create operations for the module

Read also: Connected accounts management

Last updated