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.