SEND ARABIC TEXT in SMS
569251Feb 19 2008 — edited Feb 19 2008Hi all ,
I have a webservice that i am using to send sms and i am invoking this webservice
from function in package ,
it accepts many parameter one parameter it is the message that i want to send
when i write the message in english it will be send to the users on phone
but when i write it in arabic it will be send to the users as empty message the problem it is from the database coz when i tried to apply this on the web service itself it works fine should i add anything before the parameter
this is the statment i am using to call the webservice to send the sms;
select pkg_sms_utility.fnc_send_sms(<mobile_phone>,<MESSAGE>,<ISUNICODE>,<APPLICATION_USER>) from
dual;
Thanks in advnce
Regards
Ahmed
Message was edited by: Ahmed
aa