The following query calls the external stored procedure:
CALL GetWebData(101, 'http://company.com');
To see the data that the external stored procedure stores on the parcels that it receives after calling the stored procedure, use the following statement:
SELECT * FROM webtab ORDER BY 1;