WebService
hi....
i have webservice mxml tag below:
<mx:webservice id="ws" wsdl="http://url/?wsdl">
<mx:operation name="insertdata">
<mx:request>
<account>data1</account>
<email>data2</email>
</mx:request>
</mx:operation>
</mx:webservice>
i wondering posibility declare , manipulate this
webservice in class. point me some,please....
any comment appreciated.
thanks
the actionscript class is: mx.rpc.soap.webservice
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment