See Shaibal..What happens is that when you compile your Flex code, it
embeds the reference of the services-config.xml at compile time. So,
when you make the changes in the data-management-config.xml, the
reference of which is in services-config.xml, it gets compiled in the
Flex code as well and does not get updated at times even if we restart
the server.So, two things here:1) Make sure when you change the
destination id, you clean the Flex project code and then build it.2)
Next, restart the mach...