Is there a way to use the soap web service classes that FLEX provides from Flash CS5?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are some instructions from someone who did the same thing.
To quote some relevant passages:
First of all you need to link to the flex webservices library from flash cs5 where you can find it in the below link :
in your flash document you need first to import web services namespaces :
then when you need to call the web service you need to initialize the object then load the WSDL call, after the event Load is trigger then you can call any method from this web service :