how is the best option for ibm iseries legacy code consuming web services - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T09:14:18Z http://stackoverflow.com/feeds/question/835381 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/835381/how-is-the-best-option-for-ibm-iseries-legacy-code-consuming-web-services 0 how is the best option for ibm iseries legacy code consuming web services atreyu 2009-05-07T15:36:34Z 2009-07-30T20:05:44Z <p>Scenario: old legacy code in rpg have to consume data from a new web service I think in a new stored procedure implemented in any language to act like a proxy but sure there are better options Some options i have seen is <a href="http://www.rpg-xml.com/" rel="nofollow">http://www.rpg-xml.com/</a> (third party propietary) or using Java stored procedures with DB2 XML Extender </p> <p>Thank you!!!</p> http://stackoverflow.com/questions/835381/how-is-the-best-option-for-ibm-iseries-legacy-code-consuming-web-services/840006#840006 1 Answer by Mike Wills for how is the best option for ibm iseries legacy code consuming web services Mike Wills 2009-05-08T14:20:16Z 2009-05-08T14:20:16Z <p>Both are really good options. It really depends on your expertise in your team. If all you know is RPG, use the RPG solution. If you have someone with .NET or Java experience, then use that.</p> <p>If you have more questions related to this, there is a great community of developers that can help on the <a href="http://lists.midrange.com/listinfo/web400" rel="nofollow">Web400 mailing list</a>. </p>