How to use the Http.request in PL/SQl
sanSep 2 2010 — edited Sep 3 2010Hi,
I have a requirment like,
I have a loop in my procedure there i am dynamically generating the URL for sending SMS to all user.
In my loop the URL getting generated but now i have to process the URL in backend.
Ex URL: http://sms.mobile.com/number=123456789&message=testmail
How to process the URL in backend for muliple times?????
I am not clear about http.request concept.
Can anyone suggest me how to do this???
Cheers,
Shan