[flexcoders] changing endpoint for remoting service

2007-10-25 Thread Giles Roadnight
Hi All I am using a renaun:RemoteObjectAMF0 service to communicate with the back end. At the moment I am building an administration tool that will be used for managing the data and fixing problems. The login box has a drop down to select which server you want to log onto. This works fine but if

Re: [flexcoders] changing endpoint for remoting service

2007-10-25 Thread Tom Chiverton
On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote: > Is there anyway around this? > The only option at the moment is ti refresh the page if you try to log > into the wrong server to begin with. How are you defining the end point URL ? -- Tom Chiverton Helping to competently orchestrate B2B infome

Re: [flexcoders] changing endpoint for remoting service

2007-10-25 Thread Giles Roadnight
The end point url is a bindable property in the model. This is bound to the service endpoint property. I have traced the end point of the service when I have changed to another server and it is the new correct endpoint but Flex still seems to be talking to the old url. On 10/25/07, Tom Chiverton

Re: [flexcoders] changing endpoint for remoting service

2007-10-25 Thread Tom Chiverton
On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote: > I have traced the end point of the service when I have changed to another > server and it is the new correct endpoint but Flex still seems to be > talking to the old url. It all depends on the detail of how you are storing, updating and using the