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 Vasta975 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
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?