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 |