Hi All,
Current scenario- I have one schema ( generated from xsd) and one document ( generated from schema).I am validating this document at run time (Schema:validate service).
Problem- In my schema there is one enum filed ( suppose city) and I have already define some values for this field, but the issue is when new value came, I need to change the schema which is kind of a code change.
Is there any way to make this enum value configurable without changing in schema (like reading from file , db etc.) ? if yes , then how can I achieve this?
Thank you in advance.
#webMethods-Architecture#webMethods#Integration-Server-and-ESB#webMethods-General