var tsWS:WebService = new WebService(); tsWS.wsdl = "http://www.ifeel3.com/webservices/service.asmx?WSDL"; tsWS.loadWSDL(); var op:AbstractOperation = tsWS["createUser"]; tsWS.addEventListener("result", doResults); tsWS.addEventListener("fault", doFailed); var token:AsyncToken = op.send(); token.responder = new Responder(resultOut, null);
----------------- All, i am tring to access some webservices i have written in dotNet from Flex. If anyone can point out where i am going wrong, please send me an email to [EMAIL PROTECTED] The WSDL is publically visible - the only part missing are the eventlistening functions. Many thanks, Samuel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

