40 pts.
 http call from iSeries
I wish to invoke a web service from an iSeries program. How can I do this?

Software/Hardware used:
ASKED: January 7, 2008  3:43 PM
UPDATED: January 7, 2008  5:00 PM

Answer Wiki:
Can you define your question a bit more. Are you wanting to start a Web Service from an web based app? Currently, we are using web services to invoke stored procedures that live on the iSeries. These stored procs return various sorts of data. It works like this: outside agency (vb program or some such) invokes web service. Web service lives on server (not iSeries). Web service establishes connection to iSeries using ado.net and calls stored proc. Stored proc returns requested data. Everyone smiles. What I am trying to learn how to do is the reverse: Magical method from iSeries invokes web service, which does something, which returns data and then I smile. Is that more descriptive?
Last Wiki Answer Submitted:  January 7, 2008  5:00 pm  by  David Vasta   975 pts.
All Answer Wiki Contributors:  David Vasta   975 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Currently, we are using web services to invoke stored procedures that live on the iSeries. These stored procs return various sorts of data. It works like this: outside agency (vb program or some such) invokes web service. Web service lives on server (not iSeries). Web service establishes connection to iSeries using ado.net and calls stored proc. Stored proc returns requested data. Everyone smiles.

What I am trying to learn how to do is the reverse:

Magical method from iSeries invokes web service, which does something, which returns data and then I smile.

Is that more descriptive?

 40 pts.