185 pts.
 How do you initiate a direct web service call from the AS/400?
How do you initiate a direct web service call from the AS/400? I am programming in 400/COBOL. I am assuming I need to use COBOL ILE.



Software/Hardware used:
ASKED: September 30, 2010  6:51 PM
UPDATED: September 30, 2010  9:26 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

…initiate a direct web service call…

Does “initiate a… call” mean that you want to run a program on your AS/400 that will connect to some remote web service to request some data? Or are you wanting to have programming on your AS/400 that can act as a web service? I’d guess the first, but we should be sure.

Either way, you will definitely be involving ILE programming in order to use the necessary APIs. You might only write ILE COBOL wrappers for the APIs and call those wrappers from COBOL/400, but I can’t see any sense in writing for COBOL/400 at all.

Tom

 107,765 pts.