Re: [flexcoders] Webservice Destination with Basic Authentication

2006-08-22 Thread Tom Chiverton
On Tuesday 22 August 2006 01:40, someguy7_7 wrote: 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 It doesn't appear to be in the

[flexcoders] Webservice Destination with Basic Authentication

2006-08-21 Thread someguy7_7
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