Testing the scenario with a IBM Worklight HTTP adapter
This procedure uses IBM Worklight Studio that is installed on Eclipse. The instructions apply to IBM Worklight Studio v6.1.
Procedure
Results
A pane with the following response is displayed:
{
"EC03OperationResponse": {
"CICSDATETIME": "26\/03\/2014 12:54:03",
"INPUTDATALENGTH": {
"inputlength": 9
},
"OUTPUTMESSAGE": "Input data was: Test data"
},
"isSuccessful": true,
"responseHeaders": {
"Content-Length": "146",
"Content-Type": "application\/json",
"Date": "Wed, 26 Mar 2014 12:54:07 GMT",
"X-Powered-By": "Servlet\/3.0"
},
"responseTime": 31,
"statusCode": 200,
"statusReason": "OK",
"totalTime": 31
}You can use the WL.Client.invokeProcedure function call from a IBM Worklight application to call this adapter.