Hi friends,
i like to send an sms from APEX to mobile, for that i have referred patrick's link and one more post relating for the sms process.
These are those
http://www.inside-oracle-apex.com/sending-sms-to-mobile-phone/_
http://forums.oracle.com/forums/thread.jspa?threadID=2203372&tstart=90_
I need a good starting point inorder to start with this process.
if i see in the patrick's example he has given a procedure for sending an sms, if i just alone compile the procedure means, whether i can able to send an sms via apex to the mobile.
Any suggestions on it.
i compiled the procedure in the patrick blog that is 'sms', it compiled successfully
But when i called procedure for a button
BEGIN
sendSMS('+436991812345','this is a test');
END;
when i pressed the button it showed the following error.
ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1029 ORA-24247: network access denied by access control list (ACL)
since in the procedure there is a commented line, whether that line is causing problem and this is the thing
/* Utl_Http.set_proxy('proxy.it.my-company.com', 'my-company.com'); */
whether i need to set my proxy over there.
How to proceed with this.
Regards,
Mini
Edited by: Mini on Apr 28, 2011 3:44 AM