Sure, here is an actual sample. However even I create a test IDL with just one program and parameter, it fails. I should also mention that I don’t think it is the IDL because I can generate other stubs from the same IDL, like a .Net client.
/* EntireX IDL file
/* Generated by the EntireX Workbench on 2003/10/13 03:25:20
library 'Allocate':'BRACWEB' is
Program 'BOE200N1' Is
Define Data Parameter
1 IP-USER-ID (A6)
1 IP-RESOURCE-ID (A6)
1 IP-FORM-NAME (A8)
1 IP-ACTION (A1)
1 IOP-SCROLL-DIR (A1)
1 IOP-BOF (A1)
1 IOP-EOF (A1)
1 IOP-OCCURS (N3)
1 IOP-KEY (A60)
1 IP-BRANCH-NO (N4)
1 OP-RA-NO (A11/25)
1 OP-VEH-GRP (A2/25)
1 OP-RENTER-NAME (A50/25)
1 OP-KEY (A60/25)
1 ERR-TYPE (A1/5)
1 ERR-MESSAGE (A150/5)
1 ERR-TAB (N2.0/5)
1 ERR-PROGRAM (A8/5)
1 ERR-FIELD (A20/5)
End-Define
program 'BOU200N1' is
define data parameter
1 IP-USER-ID (A6)
1 IP-RESOURCE-ID (A6)
1 IP-FORM-NAME (A8)
1 IP-ACTION (A1)
1 IOP-SCROLL-DIR (A1)
1 IOP-BOF (A1)
1 IOP-EOF (A1)
1 IOP-OCCURS (N3)
1 IOP-KEY (A60)
1 IP-RA-NO (A11/25)
1 IP-REG-NO (A9/25)
1 OP-KEY (A60/25)
1 ERR-TYPE (A1/5)
1 ERR-MESSAGE (A150/5)
1 ERR-TAB (N2.0/5)
1 ERR-PROGRAM (A8/5)
1 ERR-FIELD (A20/5)
End-Define
** End of file
#webMethods#Mainframe-Integration#EntireX