Thanx for the link Baluvasi but when i am using as following , I am
getting invalid login error while I am providing correct user id and
password. On site I logged in using same id n pwd but in my program it
says invalid login.

here is the code what i did to use it -

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">

<mx:Script>
        <![CDATA[

                import com.aswinanand.BaseSendSMS;
                import com.aswinanand.SendSMS;
                import com.aswinanand.SendSMSToMany_request;
                import com.aswinanand.SendSMSToManyResultEvent;

                [Bindable]
                private var sms:SendSMS = new SendSMS();

                private function send_sms():void {
                        var req:SendSMSToMany_request = new 
SendSMSToMany_request();
                        req.msg =   smsBody.text;
                        req.phone = cell.text;
                        req.pwd = password.text;
                        req.uid = uname.text;
                        sms.sendSMSToMany_request_var = req;
                        sms.sendSMSToMany_send();

                }


        ]]>
</mx:Script>


        <mx:TextInput x="823" y="75" id="uname"/>
        <mx:TextInput x="823" y="127" id="password"/>
        <mx:TextArea x="823" y="262" id="smsBody"/>
        <mx:Button x="864" y="345" label="send SMS" click="send_sms()"/>
        <mx:Label x="716" y="77" text="user Name"/>
        <mx:Label x="715" y="131" text="password"/>
        <mx:Label x="715" y="263" text="message"/>
        <mx:Label x="823" y="386" text="{sms.sendSMSToMany_lastResult}"
id="lbl"/>
        <mx:TextInput x="823" y="193" id="cell"/>
        <mx:Label x="715" y="195" text="mobile number"/>


</mx:Application>


On Nov 18, 3:23 pm, "bala subramanyam" <[EMAIL PROTECTED]>
wrote:
> http://www.aswinanand.com/sendsms.php?wsdl
> Hi this is working properly for all mobiles in India.. enjoy the webservice
> i already used this long back... if u r not clear ill send you the code to
> execute it... It uses the way2sms webservice aswinanand had decode the
> webservice from the sitewww.way2sms.comall u need is an account 
> inwww.way2sms.com
>
> Baluvasireddy
> 9346693666
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to