I am importing an XML data using XML schema in SAP Data Services. My XML Schema format uses an URL. Does Data Services go out to the URL during each execution to retrieve the XML schema in case it changed or is it cached/saved in the repository? If it's cached/saved in the repository how do i get it to retrieve the schema from the URL upon each execution?
In the SAP DS reference guide it seems to indicate that schema is saved to the repository:
"When you import an XML Schema, SAP Data Services follows the links to included files to define additional metadata. The included schema information is saved in the repository so that at run time there is no need to access these files again. Inclusions can be files or URLs."
Thanks for taking a look at my inquiry.