Calling a Web Service from MySQL?

2019-08-15 03:45发布

问题:

I'd like to call web service from a MySQL trigger every time a record is inserted. At the moment I'm testing UDF and gSOAP. I've done a small test and it seems to work, but I was wondering if there wasn't a simpler way to do this.