I was talking about RPG OA today. If you’re an IBM i techie, then you will know about OA already. You probably understand its power and potential in our IBM-i world. If you’re a bit more old school, you’ve been churning out column-based code for years, or you are living under a rock in a

Read More

What are webservices? Broadly speaking “Web Services” are programs that let one computer system talk to another computer system over the internet. Today, Web Services are self-contained, self-described, component applications that can be published, located, and invoked across the Web. Web Services provide a standard means of interoperating between different software applications running on a

Read More

Example RPGLE web service programHere is a quick little example RPGLE web service – it’s written in RPG, the SQLRPGLE flavor and simply reads a file (the System/21 Stockroom master file — INP20) and returns a multi-occurrence data structure (array) of the stockrooms that the user is authorized to use. #hopeithelpssomebodyWEBGETSTR – get all stockrooms for

Read More

Over recent years I’ve become increasingly focused on connecting IBM i Systems to the Internet – aka cloud for you trendy peeps. We live in an internet connected world and the requirements for a business to plug their back-office Power Servers into this big cloud is rapidly becoming a standard. With the huge increase in

Read More