We've 1 iSeries project which is running on 2 servers.
For the test i've made a DB2_TEST_XTD project. In IAM there are 2 application, one on AS400 TEST (sfg) and one on AS400 INT (int)
In the project DB2_TEST_XTD there's a subroutine ‘sp_test’ as procedure with API enabled.
with a HTTP POST http://…./indicium/iam/int/sp_test I expect result from AS400 INT server.
with a HTTP POST http://…./indicium/iam/sfg/sp_test I expect result from AS400 TEST server.
Problem is that in both HTTP POST s i've receive results from AS400 INT server.
With indicium build 11.0 it works fine, the next build 14.0 we installed it was broken.
Can you check out what going wrong here?