On Thursday, August 23, 2012 3:49:30 PM UTC+2, Herb wrote:
> does anyone have any examples of SQL PL (ideally UDF) on UDB 9.5 or > 9.7 , that is calling a webservice? I have searched and found some > older examples that require turning on XML etender, but since that is > depricated i dont want to write any new code that would us that....
Most XML extender functions probably have a counterpart in the SQL/XML capabilities that came with PureXML, but I don't have any experience with XML Extender myself.
You might want to look into wrapping that functionality in a Java Stored Procedure and call that from you SQL/PL one.
--
Frederik Engelen