Re: z/OS Client Web Enablement Toolkit

2023-06-29 Thread Glenn Wilcock
For those interested in leveraging cloud object storage, please refer to the z/OS 3.1 preview announce that included a reference to a new DFSMS access method for cloud data - Cloud Data Access (CDA). It is built on top of the Web Enablement Toolkit and simplifies authentication and put/get/etc

Re: z/OS Client Web Enablement Toolkit

2023-06-28 Thread ITschak Mugzach
Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Thu, Jun 29, 2023 at 12:35 AM MARTIN, MIKE < 04b29373b847-dmarc-requ...@listserv.ua.edu> wrote: > Hi all, > > Is anyone familiar with the z/OS Client Web Enablement Toolkit? > > Is it part of z/OS 2.4?

Auto: Re: z/OS Client Web Enablement Toolkit

2023-06-28 Thread Frederic Mancini
Je suis absent le 29 juin 2023. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: z/OS Client Web Enablement Toolkit

2023-06-28 Thread Ed Jaffe
On 6/28/2023 2:34 PM, MARTIN, MIKE wrote: Is anyone familiar with the z/OS Client Web Enablement Toolkit? Is it part of z/OS 2.4? (it appears it is, but I want to make sure) Yes, the toolkit comes standard with supported releases of z/OS. -- Phoenix Software International Edward E. Jaffe

z/OS Client Web Enablement Toolkit

2023-06-28 Thread MARTIN, MIKE
Hi all, Is anyone familiar with the z/OS Client Web Enablement Toolkit? Is it part of z/OS 2.4? (it appears it is, but I want to make sure) z/OS client web enablement toolkit - IBM Documentation<https://www.ibm.com/docs/en/zos/2.5.0?topic=languages-zos-client-web-enablement-toolkit>

Re: [EXTERNAL] Re: z/OS Client Web Enablement Toolkit

2019-07-18 Thread Sankaranarayanan, Vignesh
There are samples in SYS1.SAMPLIB(HWTH*) too.. – Vignesh Mainframe Infrastructure -Original Message- From: IBM Mainframe Discussion List On Behalf Of Kurt Quackenbush Sent: 15 July 2019 17:10 To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: z/OS Client Web Enablement Toolkit On 7

Re: z/OS Client Web Enablement Toolkit

2019-07-15 Thread Galina Gorelik
Hi Mark, I saw you were on copy to the response I gave to Dan Kelosky, pointing to the new toolkit github repo: https://github.com/IBM/zOS-Client-Web-Enablement-Toolkit But to address the shipped samples question, OA57475 is currently open and will be used to ship the re-worked samples. Galina

Re: z/OS Client Web Enablement Toolkit

2019-07-15 Thread Kurt Quackenbush
On 7/15/2019 8:27 AM, Mark Eddy wrote: I am working with the z/OS Client Web Enablement Toolkit in REXX attempting to get a sample to send a HTTPS request. I see that Galina Gorelik posted this statement on Wed, 24 Oct 2018: We understand that having a working sample is a priority to you and

Re: z/OS Client Web Enablement Toolkit

2019-07-15 Thread ITschak Mugzach
as userid/keyring ITschak On Mon, Jul 15, 2019 at 3:28 PM Mark Eddy < 000002582cc49a49-dmarc-requ...@listserv.ua.edu> wrote: > I am working with the z/OS Client Web Enablement Toolkit in REXX > attempting to get a sample to send a HTTPS request. > I see that Galina Gorelik poste

z/OS Client Web Enablement Toolkit

2019-07-15 Thread Mark Eddy
I am working with the z/OS Client Web Enablement Toolkit in REXX attempting to get a sample to send a HTTPS request. I see that Galina Gorelik posted this statement on Wed, 24 Oct 2018: We understand that having a working sample is a priority to you and we are working on getting the sample

Re: z/OS Client Web Enablement Toolkit sample

2018-10-25 Thread Steve Austin
Thanks for your timely and helpful response Galina. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Galina Gorelik Sent: Wednesday, October 24, 2018 8:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS Client Web Enablement Toolkit

Re: z/OS Client Web Enablement Toolkit sample

2018-10-24 Thread Galina Gorelik
Hi Steve, I'm one of the developers working on z/OS Client Web Enablement Toolkit. The updated connection URI is https://soa.smext.faa.gov and the updated request URI is /asws/api/airport/status/jfk The connection type has been upgraded from HTTP to HTTPS. If you do not utilize AT-TLS,

z/OS Client Web Enablement Toolkit sample

2018-10-24 Thread Steve Austin
I'm running the IBM REXX sample, HWTHXRX1, that demonstrates the use of the z/OS Client Web Enablement Toolkit and I'm getting the error below. The sample is attempting to connect to a hard coded URI, http://services.faa.gov. The other samples contain the same URI. Has anyone got