Hi,
Please see the below Input from java and output from applinx debug log file. Please note that the field highlighted in bold is not being set to the input of applinx path procedure. Please let me know the probable reason or solution for it?
Input from java application: -
AgeOldestRequest request = new AgeOldestRequest();
request.setCenter(“0”);
request.setCurrPasswd(logonId2);
request.setLoginid(logonId1);
request.setKeyNumber(keyNumber);
request.setOperator(operator);
request.setParm(“xxxxx”);
request.setPasswd(password1);
request.setSurqa(“xxxxxxxx”);
AgeOldestResponse resp = surservice.AgeOldest(request);
Below is the debugging log which is not having “keyNumber” as the parameter:
19/05/2014 09:01:05.479> An error has occurred during a procedure call [/AgeOldest/AgeOldest]. Procedure debug data:
09:01:04-Starting node path
09:01:04-Node path (Root) completed.
09:01:04-Starting node Procedure_1
Mapping data: In.Center → _appfield_Center value: 0
Mapping data: In.Passwd → _appfield_Passwd value: xxxxxxxx
Mapping data: In.surqa → _appfield_surqa value: xxxxx
Mapping data: In.Parm → _appfield_Parm value: xxxxxx
Mapping data: In.Loginid → _appfield_Loginid value: xxxxxx
Mapping data: In.Operator → _appfield_Operator value: xxxxxxx
Mapping data: In.CurrPasswd → _appfield_CurrPasswd value: xxxxxx
Mapping data: Session.SessionId → SessionId value: xxxxxxxx
Flow exception occured on [Step07]
Path: [/Procedure_1]
Message: Stopping path /AgeOldest/AgeOldest_Path_Procedure: repeat limit reached in step: Step07: 31 repetitions.
Original Exception: java.lang.Exception: Stopping path /AgeOldest/AgeOldest_Path_Procedure: repeat limit reached in step: Step07: 31 repetitions.
#webMethods#ApplinX#Mainframe-Integration