Re: mainframe batch consumer of web service

2010-09-02 Thread Scott Barry
On Wed, 1 Sep 2010 09:12:41 -0600, Frank Swarbrick
frank.swarbr...@efirstbank.com wrote:

Anyone out there have mainframe batch programs that consume distributed web
services?  What are you using?  Java?  EXCI and CICS web service client? 
Vendor product?  Something else?

Thanks,
Frank

--

Frank Swarbrick
Applications Architect - Mainframe Applications Development
FirstBank Data Corporation - Lakewood, CO  USA


If you have SAS and version 9.2, the new procedure PROC SOAP can invoke a
sample application to connect to weather information as a web service.

Scott Barry
SBBWorks, Inc.


Using SASĀ® BI Web Services and PROC SOAP in a Service-Oriented Architecture 
Dan Jahn, SAS, Cary, NC 
http://support.sas.com/rnd/papers/sgf2008/soap.pdf 
note: the paper shows a Windows sample implementation however the process
works nicely with SAS z/OS 9.2 (phase 2) as well.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Etienne Thijsse
Frank,

I am currently working on such a product: Uniface 9.
When finished, it will be able to call out to web services, and expose web 
services to the world.

But its not finished yet...

Etienne

On Wed, 1 Sep 2010 09:12:41 -0600, Frank Swarbrick 
frank.swarbr...@efirstbank.com wrote:

Anyone out there have mainframe batch programs that consume distributed 
web services?  What are you using?  Java?  EXCI and CICS web service 
client?  Vendor product?  Something else?

Thanks,
Frank

--

Frank Swarbrick
Applications Architect - Mainframe Applications Development
FirstBank Data Corporation - Lakewood, CO  USA
P: 303-235-1403




The information contained in this electronic communication and any 
document attached hereto or transmitted herewith is confidential and intended 
for the exclusive use of the individual or entity named above.  If the reader 
of 
this message is not the intended recipient or the employee or agent 
responsible for delivering it to the intended recipient, you are hereby 
notified 
that any examination, use, dissemination, distribution or copying of this 
communication or any part thereof is strictly prohibited.  If you have received 
this communication in error, please immediately notify the sender by reply e-
mail and destroy this communication.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Chuck Arney
Frank, our z/Ware 2.0 product can be used to do this with a simple
program call to our batch API.  The batch programmer does not need to
know anything about Web Services, XML or even TCP/IP.  CICS is also
supported.

Chuck Arney
illustro Systems International, LLC
http://www.illustro.com
Internet-enable your applications with z/Ware V2
Voice: 214-800-8900 X#5562
--
This e-mail is private and may be confidential and is for the intended
recipient only. If misdirected, please notify us by telephone and
confirm that it has been deleted from your system and any copies
destroyed. If you are not the intended recipient you are strictly
prohibited from using, printing, copying, distributing or disseminating
this e-mail or any information contained in it.  
  
We use reasonable measures to virus scan all E-mails leaving illustro
but no warranty is given that this E-mail and any attachments are virus
free. You should ensure you have adequate measures in place for your own
virus checking.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Frank Swarbrick
Sent: Wednesday, September 01, 2010 10:13 AM
To: IBM-MAIN@bama.ua.edu
Subject: mainframe batch consumer of web service

Anyone out there have mainframe batch programs that consume distributed
web services?  What are you using?  Java?  EXCI and CICS web service
client?  Vendor product?  Something else?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Rozeboom, Kay [DAS]
Web Services for IDMS from Formula Opensoft.  The request goes through IDMS, 
which is a pre-requisite.


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Frank Swarbrick
Sent: Wednesday, September 01, 2010 10:13 AM
To: IBM-MAIN@bama.ua.edu
Subject: mainframe batch consumer of web service

Anyone out there have mainframe batch programs that consume distributed web 
services?  What are you using?  Java?  EXCI and CICS web service client?  
Vendor product?  Something else?

Thanks,
Frank

-- 

Frank Swarbrick
Applications Architect - Mainframe Applications Development
FirstBank Data Corporation - Lakewood, CO  USA
P: 303-235-1403


 

The information contained in this electronic communication and any document 
attached hereto or transmitted herewith is confidential and intended for the 
exclusive use of the individual or entity named above.  If the reader of this 
message is not the intended recipient or the employee or agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
examination, use, dissemination, distribution or copying of this communication 
or any part thereof is strictly prohibited.  If you have received this 
communication in error, please immediately notify the sender by reply e-mail 
and destroy this communication.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Kirk Wolf
You can do it in batch with Java and JZOS (and free).
There is an example in the JZOS Cookbook which uses the Apache Axis2
framework.

The JZOS Cookbook can be downloaded from the JZOS alphaWorks site:
http://www.alphaworks.ibm.com/tech/zosjavabatchtk

Kirk Wolf
Dovetailed Technologies
http://dovetail.com



On Wed, Sep 1, 2010 at 10:12 AM, Frank Swarbrick 
frank.swarbr...@efirstbank.com wrote:

 Anyone out there have mainframe batch programs that consume distributed web
 services?  What are you using?  Java?  EXCI and CICS web service client?
  Vendor product?  Something else?

 Thanks,
 Frank

 --

 Frank Swarbrick
 Applications Architect - Mainframe Applications Development
 FirstBank Data Corporation - Lakewood, CO  USA
 P: 303-235-1403


 

 The information contained in this electronic communication and any document
 attached hereto or transmitted herewith is confidential and intended for the
 exclusive use of the individual or entity named above.  If the reader of
 this message is not the intended recipient or the employee or agent
 responsible for delivering it to the intended recipient, you are hereby
 notified that any examination, use, dissemination, distribution or copying
 of this communication or any part thereof is strictly prohibited.  If you
 have received this communication in error, please immediately notify the
 sender by reply e-mail and destroy this communication.  Thank you.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Kirk Wolf
Frank,

You can consume web services in Java batch job with JZOS (free / included in
the IBM Java SDK), but you would probably want a web services client
implementation in the language of the rest of your batch application.

There is an example in the JZOS Cookbook which uses the Apache Axis2
framework.

The JZOS Cookbook can be downloaded from the JZOS alphaWorks site:
http://www.alphaworks.ibm.com/tech/zosjavabatchtk

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Wed, Sep 1, 2010 at 10:12 AM, Frank Swarbrick 
frank.swarbr...@efirstbank.com wrote:

 Anyone out there have mainframe batch programs that consume distributed web
 services?  What are you using?  Java?  EXCI and CICS web service client?
  Vendor product?  Something else?

 Thanks,
 Frank



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: mainframe batch consumer of web service

2010-09-01 Thread Frank Swarbrick
Might be an interesting way to get our Java z/OS feet wet.  I'm thinking we 
might have an OO COBOL program for the business part of the application call 
Java for the web services access.  Could be fun!  :-)
Thanks,
Frank

On 9/1/2010 at 12:56 PM, in message
aanlktim6xxd9x-azphwa2=gdhuzk4yoy+oaqrjdsf...@mail.gmail.com, Kirk Wolf
k...@dovetail.com wrote:
 You can do it in batch with Java and JZOS (and free).
 There is an example in the JZOS Cookbook which uses the Apache Axis2
 framework.
 
 The JZOS Cookbook can be downloaded from the JZOS alphaWorks site:
 http://www.alphaworks.ibm.com/tech/zosjavabatchtk 
 
 Kirk Wolf
 Dovetailed Technologies
 http://dovetail.com 
 
 
 
 On Wed, Sep 1, 2010 at 10:12 AM, Frank Swarbrick 
 frank.swarbr...@efirstbank.com wrote:
 
 Anyone out there have mainframe batch programs that consume distributed web
 services?  What are you using?  Java?  EXCI and CICS web service client?
  Vendor product?  Something else?

 Thanks,
 Frank

 --

 Frank Swarbrick
 Applications Architect - Mainframe Applications Development
 FirstBank Data Corporation - Lakewood, CO  USA
 P: 303-235-1403


 

 The information contained in this electronic communication and any document
 attached hereto or transmitted herewith is confidential and intended for the
 exclusive use of the individual or entity named above.  If the reader of
 this message is not the intended recipient or the employee or agent
 responsible for delivering it to the intended recipient, you are hereby
 notified that any examination, use, dissemination, distribution or copying
 of this communication or any part thereof is strictly prohibited.  If you
 have received this communication in error, please immediately notify the
 sender by reply e-mail and destroy this communication.  Thank you.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html 

 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

 

The information contained in this electronic communication and any document 
attached hereto or transmitted herewith is confidential and intended for the 
exclusive use of the individual or entity named above.  If the reader of this 
message is not the intended recipient or the employee or agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
examination, use, dissemination, distribution or copying of this communication 
or any part thereof is strictly prohibited.  If you have received this 
communication in error, please immediately notify the sender by reply e-mail 
and destroy this communication.  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html