Transnova

Provides integration with the Transnova Integration Hub through its SOAP service.

Revision History

1.0.0.2 - Initial release.
2.0.0.4 - Added validation for unsuccessful Transnova responses and Connection tests.

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 received from Transnova. If the response reports IsSuccessful as false, the Node fails and includes AdditionalDetails in the error when available.

RequestOutput

Type: Xml Output
If the response defines output parameters, they will be presented here.

Remarks

The Transnova Integration Hub is a SOAP service. Authentication occurs on each call by passing the username and password in the request payload. Flowgear handles the credential formatting in the payload.

Examples

See Also

Transnova API endpoints and services can be discovered here, https://transnovaintegrationhub.azurewebsites.net/services/IntegrationServices.svc?singleWsdl.