Hello,
Need help how to parse using pl/sql procedure
I have a URL like http://www.testapi.com/sms/send?user=<userid>&pass=<password>&number=<destination_mobile_no>&plain=yes&message=<text message>
I am passing the URL using UTL_HTTP.begin_request but using & to add the parameters is not working
Please need help