Image

Imagereldruh wrote in Imageflashdev 😯confused

Listens: Garden State Soundtrack

A Flash community... What a great idea

Hi everybody,
I just found this community and since I do a lot of Flash work and am always looking for a place to get advice from I figured I'd join. The only current project I have right now (still being in school) is a Flash web site for an organization that I'm a part of. I'm trying to use the WebServiceConnector component to connect to a web service that I wrote in ColdFusion. I used the property inspector to set the WSDL of the web service and Flash processed it just fine, but whenever I try and call the web service using a button component:
on(click){
my_wsc.trigger();
}
nothing happens. I don't know if it's because I haven't told Flash to do anything with the results or because the call isn't going through for some reason. If anybody has any advice on how to check whether or not the call is going through or on how to use the results to control navigation I would really appreciate it. Thanks in advance for any help.