The following parameters are supported for the HTTP Outbound Endpoint:
Parameter |
Value |
Required |
|---|---|---|
Name |
Name of the Service Endpoint. |
X |
Type |
Type of the Service Endpoint. The value is preset with "HTTP Outbound" and cannot be changed. |
X |
Description |
Description of the Service Endpoint. |
|
URL |
URL of the external HTTP interface. |
X |
Method |
HTTP Method. The following values are supported: •GET •POST •PUT |
X |
Content Type |
Refers to the format or data type sent in an HTTP request from a client to a server. The following values are supported: •application/json •application/xml •application/atom+xml •application/x-www-form-urlencoded •text/plain |
|
Encoding |
Character encoding scheme: UTF-8 |
|
Username |
The username used for authentication when accessing the HTTP interface. |
|
Password |
Password to authenticate with the called HTTP interface. |
|
XSL Parameter |
Comma-separated list of parameters that are made available in the XSL transformation. Example PARA1=VALUE1,PARA2=VALUE2 These parameters can be accessed in the XSL Transformation as xsl:param: <xsl:param name="PARA1" /> |
|
Request XSL file |
The UTI XML is transformed into outgoing XML for the HTTP message request. |
X |
Response XSL file |
The response XML is transformed to UTI XML in order to process the data. For example, the ID can be written back to the GIS object from the external system. |
|
Target version |
SDE version in which the data is stored, e.g. SDE.DEFAULT. |
X |
Use Tls |
If set to true, a secure connection is established and client certificate authentication is enabled. |
|
SSL protocol |
Specifies the SSL/TLS protocol to be used for the secure connection (e.g., TLSv1.3). |
|
Key store location |
Specifies the location of the key store. Possible values are: •Windows Personal Certificates of Service •Windows Trusted Root Certification Authorities of Service •File in WEB-INF\conf directory
|
|
Keystore file |
Name of the key store file without extension and path. Allowed extensions are jks and p12. The field is only visible if Key store location is 'File in WEB-INF\conf directory'. |
|
Keystore password |
Password for the key store file. The field is only visible if Key store location is 'File in WEB-INF\conf directory'. |
|
Trust store location |
Specifies the location of the trust store. Possible values are: •Windows Personal Certificates of Service •Windows Trusted Root Certification Authorities of Service •File in WEB-INF\conf directory |
|
Truststore file |
Name of the trust store file without extension and path. Allowed extensions are jks and p12. The field is only visible if Trust store location is 'File in WEB-INF\conf directory'. |
|
Truststore password |
Password for the trust store file. The field is only visible if Trust store location is 'File in WEB-INF\conf directory'. |
|