I understand that I can use the Display XY Data to create an XY layer. The goal of what I am trying to do is create a dynamic SDE geodatabase, so my feature class will become a dynamic layer when I publish it as a feature service. I want to be able to consume that service on ESRIs web application. If I add another record to SQL database server on the back end the point feature will have a dynamic connection to SDE and display on the web application. That is why I am not using the XY display and export for the data because my data will become static and not dynamic which is what I need for my web application. What I am asking is how can I create a dynamic SDE Geodatabase feature class so when I publish it, it becomes a dynamic feature class. If I add another record to my SQL database that point will be displayed dynamically, like using the Add Query Layer tool?
As you know one is not able to register the source information if using the Add query layer with ArcGIS Server, unless it is stored and accessed through an ArcSDE database. This is an issue that is resolved with the next release of ArcGIS Server 10.2.
From the reply post it was mentioned to use the specific option of adding a dynamic X, Y data. Is there a way to create a dynamic SDE, publish it as a feature service so the data becomes dynamic?
Thanks