We have quite a few web services in production now. In some cases we are consuming a SOAP web service and in other cases we have provided a stripped down web service for other applications to call into the AS400. Increasingly though we are being asked to provide proper SOAP web services on the AS400.
My personal preference would be to develop a Java web service running under tomcat which just calls the RPG program using PCML. This would be a doddle given the web service utilities you get with the metro project. Unfortunately most of the other developers here only know RPG and the client I am thinking of in particular is a Javaphobe.
Does anyone know of any RPG equivalent to Java's metro project? I have had a look using Google but can only find examples using Java. There are also these guys http://www.rpg-xml.com/ but they don't explain how their product works. In the "how it works" section of the site it just says "OK - It's not as easy as it looks.". Why bother with a how it works section if you're not going to explain! How patronising!
We could of course write WSDL's manually for the stripped down web services we currently create but it adds a lot of unnecessary overhead.
Any thoughts on this would be welcomed.
Thanks
My personal preference would be to develop a Java web service running under tomcat which just calls the RPG program using PCML. This would be a doddle given the web service utilities you get with the metro project. Unfortunately most of the other developers here only know RPG and the client I am thinking of in particular is a Javaphobe.

Does anyone know of any RPG equivalent to Java's metro project? I have had a look using Google but can only find examples using Java. There are also these guys http://www.rpg-xml.com/ but they don't explain how their product works. In the "how it works" section of the site it just says "OK - It's not as easy as it looks.". Why bother with a how it works section if you're not going to explain! How patronising!
We could of course write WSDL's manually for the stripped down web services we currently create but it adds a lot of unnecessary overhead.
Any thoughts on this would be welcomed.
Thanks




Comment