Hi,
Coming from Indicium Basic, we currently are working on letting our postman test and performance scripts and runs work like the windows gui version that is compatible with the indicium that is also used by the Universal GUI.
We got a large part of executing transactions working, but we encounter some issues with tasks.
We are trying to make a task work. The Windows GUI debugger seems to lack information about how it executes a task. According to the responses from indicium when doing a POST request that does a END_COMMIT, it replies that there should be something with a START_COMMIT. The debugger shows nothing of its kind, only the END_COMMIT. Now using fiddler, we could scrape out that (one?) missing request (START_COMMIT) and put it in the postman run. It seems that for some reason every request sends back a 200 status, but the task has not done its job. (Does the GET signal_r request have any influence on the whole transaction/conversation?) Also the documentation on resource staging shows nothing on this start_commit and so on...
We are missing something, but we can’t seem to figure out what…
Is there any other documentation found how this works with tasks?
rgds Ricky