Calling a web service from store procedure in Informix -


is there way call web service store procedure in informix?

or make call http?

from informix stored procedure, can run command line system commands. if want make rest api call, can use "curl" command line tool/library. curl standard package , available on linux distributions , macos default.

here nice article started in curl

here informix documentation shows how can use system command run command line commands within spl routine.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -