Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For every instance of the Service control the method initialize() is called to set up the instance. The set up requires parsing the WSDL to generate the Object model. The resulting model should be cached in Static map so that the wsdl is only parsed once and reused by each instance. (each isntance of the service control only reads the OM, and never modifies it.)