How to call Spring web service from RPG ? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T19:34:22Z http://stackoverflow.com/feeds/question/796817 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/796817/how-to-call-spring-web-service-from-rpg 1 How to call Spring web service from RPG ? as 2009-04-28T08:30:29Z 2009-07-30T20:08:08Z <p>We have developed SOA architecure for our intranet application, so our web-start java applications are connected to central app. server which is running on Spring HttpInvoker, things work pretty well. Now, we came up with need to centralize our business logic, so our need is to call these web services from DB2 RPG stored procedures. Is that possible and what could you suggest to start with? </p> http://stackoverflow.com/questions/796817/how-to-call-spring-web-service-from-rpg/800608#800608 0 Answer by Mike Wills for How to call Spring web service from RPG ? Mike Wills 2009-04-29T02:13:22Z 2009-04-29T02:13:22Z <p>It may be best to ask this on the <a href="http://lists.midrange.com/listinfo/rpg400-l" rel="nofollow">RPG400-L</a> list. There are many XML experts in there.</p> <p>RPG can do XML on V5R4 and above. There are other tools like the <a href="http://www.rpg-xml.com/" rel="nofollow">RPG-XML</a> that could help as well.</p>