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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -