The following parameters are supported for the SOAP Inbound Endpoint:
Parameter |
Value |
Required |
---|---|---|
Name |
Name of the Service Endpoint. |
X |
Type |
Type of the Service Endpoint. The value is preset with "SOAP Inbound" and cannot be changed. |
X |
Description |
Description of the Service Endpoint. |
|
URL |
URL of the VertiGIS Integrator SOAP Interface. This URL is used when a inbound SOAP message should be reprocessed from the message protocol. e.g. http[s]://localhost:[port]/utpostserver/services/UTPostServerService |
|
SOAP Action |
Sets the SOAP Action field in the HTTP Request header. |
|
Username |
Username to authenticate with the called SOAP interface. |
|
Password |
Password to authenticate with the called SOAP interface. |
|
Timeout (msec) |
SOAP Request will time out after waiting this amount of time. |
|
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 incoming XML is transformed into VI XML in order to process the data |
X |
Response XML template |
Defines which XML document is used for the transformation of the response message. The following values can be selected: •Request XML: use the incoming request XML as template for the response. •VI XML: use the VI XML as a template for the response. |
X |
Response XSL file |
XSL file to transform the XML that is defined in the Response XML template parameter into the response message. If this parameter is empty a default response message is generated. |
|
Target version |
SDE version in which the data is stored, e.g. SDE.DEFAULT |
X |
Outbound endpoint |
Additionally redirects the message to an outbound endpoint |
|
Priority |
All incoming messages are processed sequentially in a queue. Messages with higher priority overtake messages with lower priority in this queue. The highest priority is 1. |
|
Protocol XML |
Used to specify which XML files will be in the Protocol table. It has 4 possible values: •VI XML + Request + Response •VI XML •Request + Response •None |
X |
The VertiGIS Integrator comes with a default SOAP interface. This Endpoint is called UTPostServerServiceIn.
This SOAP interface supports the functions described in VI SOAP Interface.