Re: SOAP on z/OS?

2005-08-05 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Jan Redding Sent: Thursday, August 04, 2005 4:44 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SOAP on z/OS? The IBM XML Toolkit (which is free) contains an XML parser, so take a look

Re: SOAP on z/OS?

2005-08-05 Thread Rob Wunderlich
On Tue, 2 Aug 2005 11:28:49 -0500, McKown, John [EMAIL PROTECTED] wrote: We are running z/OS 1.4 (1.6 Q4, I think). I have the free HTTPD server running. Our management wants to integrate (more or less) the creation and deletion of userids. What they want is for the Windows people to be

Re: SOAP on z/OS?

2005-08-04 Thread Andrew Armstrong
On Wed, 3 Aug 2005 11:05:53 -0500, McKown, John [EMAIL PROTECTED] wrote: it (or even write a simplistic REXX parser). Done... http://www.cbttape.org/ftp/updates/CBT647.zip Cheers, A. -- For IBM-MAIN subscribe / signoff /

Re: SOAP on z/OS?

2005-08-04 Thread Jan Redding
The IBM XML Toolkit (which is free) contains an XML parser, so take a look at that before you go to the trouble of writing your own. Jan Redding McKown, John wrote: Also, I finally got a lot of Cygwin installed on my Windows desktop. I then got ahold of SOAP::Lite from CPAN. Using this,

Re: SOAP on z/OS?

2005-08-03 Thread McKown, John
Thanks to all for the replies. They did help. I just got out of a staff meeting where this was discussed more. I had already created some normal web pages using CGI in a testing mode (no actual RACF commands issued). My manager (who is not z/OS knowledgable) indicated that it might be possible for

SOAP on z/OS?

2005-08-02 Thread McKown, John
, it appears that this is not really what is desired. What is wanted is a way for the Windows program (?) to do a SOAP request to the z/OS system and get a response back. I don't know SOAP. I cannot find any reference to SOAP in the z/OS: HTTP Server Planning, Installing, and Using manual. I'll bet

Re: SOAP on z/OS?

2005-08-02 Thread brad Taylor
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Tuesday, August 02, 2005 11:29 AM To: IBM-MAIN@BAMA.UA.EDU Subject: SOAP on z/OS? We are running z/OS 1.4 (1.6 Q4, I think). I have the free HTTPD server running. Our

Re: SOAP on z/OS?

2005-08-02 Thread Peggy Andrews
actually issue the RACF commands. Anyway, it appears that this is not really what is desired. What is wanted is a way for the Windows program (?) to do a SOAP request to the z/OS system and get a response back. I don't know SOAP. I cannot find any reference to SOAP in the z/OS: HTTP Server Planning

Re: SOAP on z/OS?

2005-08-02 Thread Peggy Andrews
can process SOAP requests (can SOAP even require RACF authenication?) A pointer to a SOAP for Ignorant z/OS Sysprogs would be nice as well. Please remember that any solution must be __FREE__ (as in beer). -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology

Re: SOAP on z/OS?

2005-08-02 Thread Chuck Arney
John, if you want to really understand SOAP you need to look at the information on the W3C web site (http://www.w3c.org). You will find more information about SOAP there than you probably want to read. But, of course it is not slanted toward using SOAP on z/OS, or any specific platform

Re: SOAP on z/OS?

2005-08-02 Thread Shmuel Koller
Subject: SOAP on z/OS? -- 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

Re: SOAP on z/OS?

2005-08-02 Thread Joe Zitzelberger
request to the z/OS system and get a response back. I don't know SOAP. I cannot find any reference to SOAP in the z/OS: HTTP Server Planning, Installing, and Using manual. I'll bet it is not supported. Anybody know a good reference web site for doing SOAP stuff via a Web Server? Anybody know

Re: SOAP on z/OS?

2005-08-02 Thread Timothy Sipples
to SOAP in the z/OS: HTTP Server Planning, Installing, and Using manual. I'll bet it is not supported. Supported by naked z/OS, no, not to my knowledge. It wouldn't/shouldn't be for reasons which I'll explain in a moment. Anybody know a good reference web site for doing SOAP stuff via a Web Server