Re: xml to cics with MQSI

2002-07-14 Thread Alan Stewart
Thanks Jim. I already have a parser written in Java to convert my xml documents to commareas and vice versa. I would like to use MQSI to do the job for me - if it is within its feature set. I believe one can import a copybook directly into MQSI and map fields to xml elements ? Regards Alan

Re: xml to cics with MQSI

2002-07-14 Thread Jim Keohane
    You need something like an XML Schema or DTD that maps XML doc fields into COMMAREA specifications (offset, width, data type, subscripts,PIC, etc.) and vice versa.       If it's a simple,straightforward COMMAREA structure (simple COBOL copybook) then you can probably do it manually.     

Peter Henningsen/Australia/IBM is out of the office.

2002-07-14 Thread Peter Henningsen
I will be out of the office starting July 14, 2002 and will not return until July 18, 2002. Iwill be in Melbourne 15-17/07 but intend to check email daily. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com

xml to cics with MQSI

2002-07-14 Thread Alan Stewart
Hello, I want to convert an XML message into a CICS commarea (using a copybook) and back again with MQSI 2.1  Would someone please outline the steps to do this. Thanks Alan This email is intended for the named recipient only