I am using the Esri ArcGIS Portal Feature Service writer to publish feature services to our ArcGIS Portal from an Oracle database. When we use ArcMap to do this it writes to ArcGIS Server, not ArcGIS Portal, and creates a link between the Oracle database and the feature service in ArcGIS Server. Then when the data changes in Oracle, those changes are reflected in ArcGIS Server. You can also write back to the database by putting the feature service on a map in ArcGIS Portal.
However, this is not the case with the FME Portal Feature Service. It creates a file geodatabase and a feature service from that geodatabase, but the link to the source Oracle database is broken. In ESRI terminology this is a "hosted service". Changes to the Oracle database are not pushed to the feature service.
Are there plans to make a Esri service that writes to ArcGIS Server and keeps the connection between the source database and the feature service? We would like to automate our publish process to ArcGIS Server, which is easiest to do using FME.
Thanks