Hi Jim,I just started using Flex this week so I haven't tried
makingcalls using the method that you are (by importing the WSDL through
Data > Import Web Service (WSDL)...), but I have been successful
inmaking calls via another method.
To make the call, you would use the
send() method on youroperation ("operationName" in the example above).
Let's just sayyou want to send the request on a button click. The code
would looklike:Please note that
"operationName.send()" will not work alone -you nee...