Transova
Transnova Node Help Article
Revision History
1.0.0.2 Initial Release
Properties
Connection
Type: Connection InputOutput
The Connection Property
Username
Type: String
Used for authentication, provided by Transnova.
Password
Type: Password
Used for authentication, provided by Transnova.
TargetProduction
Type: Boolean
When toggled OFF, targets the Transnova Test Integration Hub (https://transnovaintegrationhubuat.azurewebsites.net/services/IntegrationServices.svc)
When toggled ON, targets the Transnova Live Integration Hub (https://transnovaintegrationhub.azurewebsites.net/services/IntegrationServices.svc)
Action
Type: String Input
This property is set by selecting a sample, but can also be manually set. Determines which SOAP service endpoint the node is expected to transact against.
Request
Type: Xml Input
This space is where your request payload is expected to be placed when executing the Transnova Node.
CustomHeaders
Type: Multiline Text Input
Provides a way to set custom HTTP headers on the request. Provide one header per row in the form Header-Name: Value
Response
Type: Xml Output
The response payload that has been received from Transnova.
RequestOutput
Type: Xml Output
If the response defines output parameters, they will be presented here.
Remarks
Transnova Integration Hub is a SOAP service, authentication happens on each call by passing username and password values into the request payload. Flowgear obscures this process by handling the formatting of the credentials in the payload.
Examples
See Also
Transnova API endpoints and services can be discovered here, https://transnovaintegrationhub.azurewebsites.net/services/IntegrationServices.svc?singleWsdl.