Chase
Chase

Reputation: 95

XML Webservice for iSeries

I need to pull item quantity from a DB2 database from an aspx page and then update after the quantity has been changed. I want to create a web service that will send XML data and then parse back to my page. Looking for any good references or examples that anyone has possibly tried.

Upvotes: 0

Views: 332

Answers (1)

Mike Wills
Mike Wills

Reputation: 21275

Unless there is another reason, I would suggest using C# to generate the web service for you. XML in C# is much better than the process to do it in RPG.

Upvotes: 2

Related Questions