We have a web app that consumes Applinx web services in order to present a front end to a stateful telnet session to the mainframe.
I’ve run into a couple of difficulties. The first is that I need to map the field attributes as well as the content to the procedure output. Our screen has over 80 fields which means the screen mapper needs to map out well over 800 elements. This is because I’m creating an expression for each field, utilizing the “Screen Data-> Field Attributes” function which maps to a matching output data structure. However the Designer really chokes over having that many mapped links and the CPU usage goes to 100% when trying to do anything such as scroll the window, collapse a tree or right click an element. I’ve attached an export of the path procedure and screen if someone could please take a look.
Secondly as an attempt to work around this, I’m trying to use another procedure to concatenate the attribute fields and values to a single delimited value. Then I try to add an expression “Execute Procedure” and within that map another expression for “Field Attributes” to the procedure input. I’m able to save the procedure fine. But when I reopen the “Execute Procedure” expression, the mapping to the procedure input has disappeared. What could be causing this?
Thanks for any help.
apx113.gxz (88.3 KB)
#ApplinX#Mainframe-Integration#webMethods