Hi All,
I am enhancing a legacy CICS Cobol system to access the net, obtaining data. The stage I am at at the moment is that the website I wish to converse with has passed me a large chunk of XML which details something like 500 fields that are in the comm area between the two.
What I need to do in my cobol program is to define the input and output areas as a copybook. Does anybody know of any tools that can read in a lump of XML and output a cobol copybook? I have come across a piece of XML but it doesn't seem to work particularly well and needs quite a bit of handcrafting after the event.
Marc
I am enhancing a legacy CICS Cobol system to access the net, obtaining data. The stage I am at at the moment is that the website I wish to converse with has passed me a large chunk of XML which details something like 500 fields that are in the comm area between the two.
What I need to do in my cobol program is to define the input and output areas as a copybook. Does anybody know of any tools that can read in a lump of XML and output a cobol copybook? I have come across a piece of XML but it doesn't seem to work particularly well and needs quite a bit of handcrafting after the event.
Marc