You can translate the question and the replies:

Refreshing a service

I have a SOAP service as a data source. We created a base view for one of the the data providers of that service and then we created an Interface to publish our data. We now modified the service and added some more columns that we would like to publish as well. How can I refresh my base view and later the interface with this new columns? Thanks!
user
21-06-2018 12:15:12 -0400
code

1 Answer

Hi, You can click on the 'Edit' tab of your base view and then click on 'Source refresh' button to bring in the new columns to your base view. A formal guide about Source refresh can be found [here](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/importing_data_sources_and_creating_base_views/source_refresh). Then, you can go to your interface view and implement the new columns by adding a new field in the 'Definition' tab and mapping that new field to the updated base view field in the 'Implementation' tab. More documentation on interface views can be found [here](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/creating_views/creating_derived_views/creating_interface_views) as well. Hope this helps!
Denodo Team
22-06-2018 12:41:02 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here