Discussion:
Calling Web Service from iSeries using RPGLE
(too old to reply)
Jeffreehy Talavera
2006-01-18 19:55:05 UTC
Permalink
Hi All,

I need to call a Web Service from the iSeries using RPGLE and access the
data on the other side.

Q. it is posible to do that, using only RPG? or do I have to alternate with
JAVA?

can some one give me an advise on how to start with this?

Thanks in advance, best regards.

Jeff Talavera
Saml
2006-01-19 03:34:27 UTC
Permalink
It can be done in RPG IV. I believe both Bob Cozzi and Bradely Stone sell
(relatively inexpensive) procedures and tools to make it easy.

Sam
Post by Jeffreehy Talavera
Hi All,
I need to call a Web Service from the iSeries using RPGLE and access the
data on the other side.
Q. it is posible to do that, using only RPG? or do I have to alternate with
JAVA?
can some one give me an advise on how to start with this?
Thanks in advance, best regards.
Jeff Talavera
bryan dietz
2006-01-19 18:31:21 UTC
Permalink
And by inexpensive you mean free!!!

http://www.rpgiv.com/isockets/

and

http://www.scottklement.com/httpapi/

Enjoy
Post by Saml
It can be done in RPG IV. I believe both Bob Cozzi and Bradely Stone sell
(relatively inexpensive) procedures and tools to make it easy.
Sam
Post by Jeffreehy Talavera
Hi All,
I need to call a Web Service from the iSeries using RPGLE and access the
data on the other side.
Q. it is posible to do that, using only RPG? or do I have to alternate with
JAVA?
can some one give me an advise on how to start with this?
Thanks in advance, best regards.
Jeff Talavera
Jeffreehy Talavera
2006-01-28 02:15:10 UTC
Permalink
Thanks Bryan, i'm going to take a look to that,

Jeff.
Post by bryan dietz
And by inexpensive you mean free!!!
http://www.rpgiv.com/isockets/
and
http://www.scottklement.com/httpapi/
Enjoy
Post by Saml
It can be done in RPG IV. I believe both Bob Cozzi and Bradely Stone sell
(relatively inexpensive) procedures and tools to make it easy.
Sam
Post by Jeffreehy Talavera
Hi All,
I need to call a Web Service from the iSeries using RPGLE and access the
data on the other side.
Q. it is posible to do that, using only RPG? or do I have to alternate with
JAVA?
can some one give me an advise on how to start with this?
Thanks in advance, best regards.
Jeff Talavera
a***@us.ibm.com
2006-01-25 01:12:25 UTC
Permalink
If you have the XML toolkit on your system, you can use the Web Services
Client for C++. Currently we document how to generate C++ stubs and thus
you would have to wrapper that whith a C stub that can be called from the
RPG program, but in the upcoming months we will be revealing how to
generate C stubs that can be called directly from the RPG program.

For more information, see
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/topic/rzamj/rzamjwebservicesintro.htm
Loading...