How to issue a HTTP command from JCL/Batch Step



Ask queries about other IBM Tools like Tivoli, COBTEST, Fault Analyzer, z/OS File Manager, Workload Simulator, APA, SCLM, Merge & Migration Tools etc...

How to issue a HTTP command from JCL/Batch Step

Postby kmargam » Fri Aug 30, 2013 3:26 am

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?
kmargam
 
Posts: 1
Joined: Fri Aug 30, 2013 3:20 am
Has thanked: 0 time
Been thanked: 0 time

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

Postby MrSpock » Fri Aug 30, 2013 4:51 am

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.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

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

Postby Ed Goodman » Fri Aug 30, 2013 6:35 pm

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?
Ed Goodman
 
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Has thanked: 3 times
Been thanked: 17 times


Return to Other IBM Tools

 


  • Related topics
    Replies
    Views
    Last post