The CAI REST API takes the transaction data and passes it to the CAI to create the transaction path.
Defines the URL, http://LisaRegistryServer:1505/api/Pathfinder/convertTransaction?Protocol={protocolvalue}.
Defines the POST method.
Defines the protocol. HTTP, HTTPS, JMS, and MQ are supported.
(Required) Defines the entire content of the transaction data in Multipart format.
Defines the transaction IDs.
The CAI REST API uses the Java SDK to wrap the REST API, lisa-invoke2-client.jar. In the Java SDK, the class com.itko.lisa.invoke.client.PathfinderServer wraps the CAI REST APIs. The following graphic displays the method within this class that wraps the REST call:
Copyright © 2014 CA Technologies.
All rights reserved.
|
|