Connection Parameters

<< Click to Display Table of Contents >>

Navigation:  Connectors > Web Service >

Connection Parameters

 

 

exclamation_mark_16px The URL must point directly to the specification file (e.g. "https://my.site/service/openapi.json").

 

Information-icon_16px The URL can also be an absolute network path accessible from inside the DTS Docker containers (e.g. "//a_machine/share/service.wsdl") or a local path inside the container that is mapped to a host path (e.g. "/usr/local/wss/producer/openapi.json").

 

Information-icon_16px Username and Password authentication is currently supported only as standard Basic Authentication.

 

Information-icon_16px While most SOAP services have a WSDL specification attached (most application servers generate it upon deployment), this is not necessarily the case for OpenAPI/Swagger, WADL and REST.

Depending on the service you are looking to consumer, it may be necessary to manually create a specification file for it. We recommend using OpenAPI 3.0 in this case. The OpenAPI documentation can help guide that process.