XML Webservice for iSeries

I need to pull a count of items from a DB2 database from an aspx page and then update after the count has been changed. I want to create a web service that will send XML data and then parse my page again. Look for any good links or examples that someone might have tried.

0


source to share


1 answer


Unless there is another reason, I would suggest using C # to create a web service for you. XML in C # is much better than RPG.



+2


source







All Articles