I need to be able to connect to a webservice that requires basic authentication. From what I can tell I need to define a destination in the proxy-config.xml, set the webservice destination to the newly defined destination, and use Webservice.setCredentials(user,pass) to setup who to login as. Is this the correct way to do this? Is there any easier way? When I run my little test application I get "RPC Fault faultString=[MessagingError message='Unknown destination 'mytest'." What do I need to do besides add the destination to the WEB-INF/flex/proxy-config.xml of my application so my app can find the destination?
Is there a good example of using webservices with basic authentication floating around out there? I can only find little pieces in the flex documenation but nothing that gives the entire picture. -- 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/

