PL/1 should work fine. The API is very simple and uses standard linkage. It's basically like COMMAREA support in CICS. Your batch program puts data in a buffer and the data is processed by a script in the Server address space. The updated buffer is returned to your program. So, any sort of data can be passed, and the script written to handle it, perform the Web Service call and return the data back in the buffer to your batch program.
Chuck Arney illustro Systems International, LLC http://www.illustro.com Internet-enable your applications with z/Ware V2 Voice: 214-800-8900 X#5562 -- This e-mail is private and may be confidential and is for the intended recipient only. If misdirected, please notify us by telephone and confirm that it has been deleted from your system and any copies destroyed. If you are not the intended recipient you are strictly prohibited from using, printing, copying, distributing or disseminating this e-mail or any information contained in it. We use reasonable measures to virus scan all E-mails leaving illustro but no warranty is given that this E-mail and any attachments are virus free. You should ensure you have adequate measures in place for your own virus checking. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jan Vanbrabant Sent: Monday, June 27, 2011 5:30 AM To: [email protected] Subject: Re: HOWTO invoke Web Services from a batch program? Hi Chuck, thanks. Is PL/I supported? Jan On Sat, Jun 25, 2011 at 1:12 AM, Chuck Arney <[email protected]> wrote: > Jan, our z/Ware 2.0 product supports Web Service calls from batch > programs. The program just calls an API and does not need to know > anything about XML, TCP/IP or Web Services (Soap). Check our web site > or email me privately. > > Chuck Arney > illustro Systems International, LLC > http://www.illustro.com > Internet-enable your applications with z/Ware V2 > Voice: 214-800-8900 X#5562 > -- > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Jan Vanbrabant > Sent: Friday, June 24, 2011 5:52 AM > To: [email protected] > Subject: HOWTO invoke Web Services from a batch program? > > *** Cross-posted in CICS-L *** > Hi, > > The question is fully contained in the subject: > HOWTO invoke Web Services from a batch program? > > Please route me to somee appropriate reading. > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

