how is the best option for ibm iseries legacy code consuming web services - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T09:14:18Zhttp://stackoverflow.com/feeds/question/835381http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/835381/how-is-the-best-option-for-ibm-iseries-legacy-code-consuming-web-services0how is the best option for ibm iseries legacy code consuming web servicesatreyu2009-05-07T15:36:34Z2009-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#8400061Answer by Mike Wills for how is the best option for ibm iseries legacy code consuming web servicesMike Wills2009-05-08T14:20:16Z2009-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>