This connector allows to download detail informations for chassis from internal Scania SOAP service in XML.
Using placeholders
If the input schema is selected, configuration properties could be parsed from this input schema by using placeholders ${input}
:
Placeholder | Type | Description |
---|---|---|
${input.<column name>} |
value | Takes the value from column named <column name> . |
Configuration
ScaniaSOAP Endpoint configuration
Server
Define Server type. Endpoint calls will be processed on Development server or on Production server.
Example
- Development server
- Production server
Username
Defines the login name that is used for connection authentication.
Password
Define the password that is used to authenticate the connection.
Endpoint
Define Endpoint type. There are three options for now:
- Chassis Information - returns complete information about chassis
- Chassis General Information - returns general information about chassis
- Chassis Technical Information - returns technical information about chassis
For Chassis Information could be filled
Adaptation
Certificate
GeneralInformation
LanguageCode
SerialNo
TechnicalInformation
For Chassis General Information could be filled
LanguageCode
SerialNo
For Chassis Technical Information could be filled
LanguageCode
SerialNo
Serial Number
Define Serial number of chassis for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
Language Code
Defines language code for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
Adaptation
Define the adaptation value for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
Certificate
Define the certificate value for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
General Information
Define the general information property value for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
Technical Information
Define the technical information property value for returned informations.
Input data can be referenced using placeholders:
${input.ObjectID}
will be replaced by the value in theObjectID
property of the connector''s input data.
Input & Output Schema
Input
Input is optional
Output
XML (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
XML | string | No | XML data representation of output data. |
Release notes
3.2.3
- Fixed loading dependant WCF libraries.
3.2.2
- Fixed loading plugin assemblies.