Connect to web-service/API in MySQL?
        Posted  
        
            by 
                Jesse Figueroa
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jesse Figueroa
        
        
        
        Published on 2012-06-20T20:47:10Z
        Indexed on 
            2012/06/20
            21:16 UTC
        
        
        Read the original article
        Hit count: 244
        
I'm creating a sql based procedure which can
- Accept a table
 - load the values one at a time
 - send the variables to a remote API
 - Record the response of the API
 - Write the response to a table for viewing later
 
I have successfully implemented 1,2, and 5. I am hoping there may be some way of choosing an address to contact and for SQL to listen too for a response. Please let me know if you have any suggestions!
© Stack Overflow or respective owner