Hi,
I was trying to consume a webservice [wsdl] in FL2 file but its not returning me the Methods of the webservice, so i could not pass or get any values.
any idea on this?
Thanks
Viswa
Hi,
I was trying to consume a webservice [wsdl] in FL2 file but its not returning me the Methods of the webservice, so i could not pass or get any values.
any idea on this?
Thanks
Viswa
Hi ,
Give some more details. First time hear that flash lite has [wsdl].Was ist does?
i'm trying to use the Webservice using "Services" class in flash
this service has some get and set methods.
using onLoad, onResult methods of the Service class to communicate with the methods of WSDL, but its not resulting me the anything.. dono where what went wrong.
any guess or clue where what to check? either WSDL or Flash end
regards,
Viswa
The webservice class has some severe limitations in terms of structures that you can pass or decode in the response.
From what I have seen, it allows you to decode well xml schema for complex structure or just a simple string in responses if the wsdl has been designed for that.
For these reasons and others like eaxch time you use the web service class it downloads the wsdl which can take a long time, I gave up and use a php relay on teh server side (10 lines of codes) that acts as a webservice client . On the client side I use the code supplied by Adobe in its example:
http://www.adobe.com/devnet/flash/ar...rvices_06.html
It works extremely well for any kind of webservice and complex structures for parameters without any download as the wsdl is parsed on the server side
You should try it
Have a nice day
Jean-philippe
jean-philippe