Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If an application has several webservices, each of which has a WSDL, and each of those imports many of the same .xsd schemas, we unnecessarily re-read and re-load the same schemas. We can allow caching in the SchemaBuilder. However, users of the cache must clear it when they're done, and ensure that no runtime modification of the schema or thread-shared reading of the schema occurs.
Will attach patch and commit code shortly. Enhancement does NOT change default behavior in SchemaBuilder.