Page 1 of 1

How to issue a HTTP command from JCL/Batch Step

PostPosted: Fri Aug 30, 2013 3:26 am
by kmargam
Need to invoke a HTTP GET command from one of the mainframe job/steps to inform a distributed java/web application of something.
Running z/OS v1.13.
What utility to run to perform this, and where can I find the information as to how to use the utility?

Re: How to issue a HTTP command from JCL/Batch Step

PostPosted: Fri Aug 30, 2013 4:51 am
by MrSpock
kmargam wrote:What utility to run to perform this, and where can I find the information as to how to use the utility?


SAS would work for this.

Re: How to issue a HTTP command from JCL/Batch Step

PostPosted: Fri Aug 30, 2013 6:35 pm
by Ed Goodman
I just wrote(mostly) a REXX that can do a SOAP call. It could also do a GET call.

Do you have the header and everything that would need to be sent?

It uses the SEZALOAD load library to open/send/read/close a socket and runs in batch.

Interested?