Calling HTTP/Java from ILE Program
I am trying to find out if it is possible to perform an HTTP/Java call to an external Web Server (Not Webspere) from an AS400 ILE program RPGLE or CLE

Software/Hardware used:
ASKED: May 25, 2005  4:51 AM
UPDATED: May 26, 2005  8:11 AM

Answer Wiki:
Yes, it can be done: - connect to the server through a socket - send the HTTP request - read the response from the socket Learn more about sockets with Scott Klement's famous tutorial at http://www.scottklement.com/rpg/socktut/. Joep Beckeringh
Last Wiki Answer Submitted:  May 26, 2005  3:57 am  by  Joepbeckeringh   0 pts.
All Answer Wiki Contributors:  Joepbeckeringh   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _