Hi guys,

I have issue when i am using this web service in my flex application.

They show alert message like this "Message Successfully Sent" but i
see any sms in my mob so plz help and advice me for this.



<mx:WebService id="WS" wsdl="http://www.aswinanand.com/sendsms.php?wsdl";
        showBusyCursor="true" useProxy="false" >
         <mx:operation name="sendSMSToMany" result="res(event)"
fault="flt(event)" resultFormat="xml">
                  <mx:request>
                           <uid>{'9023727824'}</uid>
                           <pwd>{'************'}</pwd>
                           <phone>{phn.text}</phone>
                           <msg>{sms.text}</msg>
                  </mx:request>
         </mx:operation>
 </mx:WebService>



Thanks
Atul
9967521844
[email protected]

-- 
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