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?
How to issue a HTTP command from JCL/Batch Step
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: How to issue a HTTP command from JCL/Batch Step
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.
-
- Posts: 341
- Joined: Thu Feb 24, 2011 12:05 am
- Skillset: 30 years on IBM mainframes
- Referer: Searched for Frank Yeager
Re: How to issue a HTTP command from JCL/Batch Step
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?
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?
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 2254
-
by Terry Heinze
View the latest post
Tue Feb 15, 2022 9:13 pm
-
- 10
- 3575
-
by willy jensen
View the latest post
Tue Oct 31, 2023 8:36 pm
-
- 9
- 2754
-
by sergeyken
View the latest post
Thu Jan 09, 2025 11:59 pm
-
- 3
- 4999
-
by jrcox
View the latest post
Wed Jul 29, 2020 7:52 pm
-
- 7
- 5202
-
by sergeyken
View the latest post
Fri Nov 13, 2020 1:24 am