Hi Mr Kelly and Mr Winter,
I finally managed to make it work. However it’s not as pleasing to the eye as it should. By this I’m referring to the way the variables in the parameter in the IDL are defined.
It’s a good practice to group the fields in terms of Input and Output. However it gave me a hardtime because I’m not so familiar with MSXML2.
Instead of
1 DataInput IN
2 infield1 (A2)
2 infield2 (A2)
1 DataOutput OUT
2 outfield1 (A2)
2 outfield2 (A2)
I tried the following (Only in IDL, Natural Subprogram need not be changed)
1 infield1 (A2) IN
1 infield2 (A2) IN
1 outfield1 (A2) OUT
1 outfield2 (A2) OUT
The toolkit worked like a charm.
#webMethods#Mainframe-Integration#EntireX