Previous Topic Next topic Print topic


Interface Mapping Toolkit

Interface Mapping Toolkit
Each group field (i.e. field containing subitems) in a Java interface must have a name that is unique across all operations of that interface. Where this is not the case, client generation may fail.
imtkmake and genclientwsdl in AIX 64-bit

On SUSE10 or Red Hat on Intel x86 and on AIX, running the command imtkmake –genclientwsdl in 64-bit working mode results in an error “The COBOL client cannot be generated”. To work around this issue, explicitly invoke the 32 bit version of imtkmake.

For example:

imtkmake32 –genclientwsdl ... 
imtkmake32 –genclient ...
Previous Topic Next topic Print topic