The following parameters are supported for the SOAP Outbound Endpoint:
Parameter |
Value |
Required |
---|---|---|
Name |
Name of the Service Endpoint. |
X |
Type |
Type of the Service Endpoint. The value is preset with "SOAP Outbound" and cannot be changed. |
X |
Description |
Description of the Service Endpoint. |
|
SOAP version |
Defines the SOAP version. Supported values are 1.1 and 1.2. |
X |
URL |
URL of the external SOAP interface. |
X |
SOAP Action |
Sets the SOAPAction field in the HTTP Request header. |
|
One-way message |
Defines whether the external SOAP interface is a one-way interface. If this parameter is true, the VertiGIS Integrator does not expect a response message. Supported values: •true: interface is a one-way interface (only Request) •false: interface is a two-way interface (Request and Response) |
X |
WS-Addressing |
Defines if WS-Addressing is enabled. Supported values: •true: WS-Addressing is enabled. •false: WS-Addressing is disabled. |
X |
Username |
User name 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. E.G. 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 UTI XML for the SOAP message request. |
X |
Request as response |
Defines which XML document is used for the transformation of the response message.The following values can be selected: •true: uses the XML request •false: uses the XML response received from the external SOAP interface |
|
Response XSL file |
Is a style sheet that can be used to transform XML format into 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 |