I know u can call a webservice like this: <mx:WebService id="ws" wsdl="http://api.google.com.GoogleSearch.wsdl"> <mx:operation name="doGoogleSearch"> <mx:request> <key1></key1> <key2></key2> </mx:request> </mx:operation> </mx:WebService>
But i cant find anything on calling an operation from a webservice dynamicly. I want to have class that registers itself with our framework and then makes the call when it recieves an event. This way we are able to debug shizzle. But how do i create the request object via actionscript? Or is there a way to instantiate the webservice class via actionscript? Greetz Erik

