How Do I ... : Web Services Tips, Hints and FAQs : How can I Reset the Web Services Environment During Development?
How can I Reset the Web Services Environment During Development?
Execute SstWSContainer’s class side method resetWebServicesDevelopmentEnvironment. The method can be useful in several scenarios such as a failed deployment, or a failed deserialization attempt.
In both these cases, schemas can be left in several caches which should be removed so that any modifications made to them will take effect during the next test. Schemas are cached in lookup tables with the namespace as a key. If you update a schema and its namespace exists in these caches as a key, the schema will not be updated or re-imported.
The method also clears all containers from SstWSContainer's cache and resets the secure socket registry.
 
Last modified date: 04/08/2023