How to set the URL to access
Talend Data Stewardship Console
When using the components to interact with the
Talend Data Stewardship Console
, you need to set the URL correctly to access the
application:
-
To interact with the
Talend Data Stewardship Console
application using the SOAP services, the URL
should be in the format of <protocol>://<host>:<port>/<context>/services/TDSCWS?wsdl. -
To write tasks into the
Talend Data Stewardship Console
application, the URL should be in the format of
<protocol>://<host>:<port>/<context>/services/dsctaskloader.
Note that the parameter <context> in the URL is
different depending on whether
Talend Data Stewardship Console
is installed standalone (standalone installation) or installed together with the MDM
server (embedded installation).
For more information about how to install
Talend Data Stewardship Console
as a standalone application, see
Talend Data Stewardship Console
User Guide.
For more information about how to install the MDM server, see the
Talend Installation and Upgrade
Guide
.
Below are the default parameters of the URL to access the
Talend Data Stewardship Console
application in the two installation modes:
|
Default settings |
Standalone installation |
Embedded installation |
|---|---|---|
|
protocol |
http
|
http
|
|
host |
localhost
|
localhost
|
|
port |
8080
|
8180
|
|
context |
/org.talend.datastewardship
|
/talendmdm
|
|
SOAP service URL |
http://localhost:8080/org.talend.datastewardship/services/TDSCWS?wsdl
|
http://localhost:8180/talendmdm/services/TDSCWS?wsdl
|
|
Task loader URL |
http://localhost:8080/org.talend.datastewardship/services/dsctaskloader
|
http://localhost:8180/talendmdm/services/dsctaskloader
|