Caching the wsdl that multi endpoints share to speed up the time of the service 
models building up from the wsdl
----------------------------------------------------------------------------------------------------------------

                 Key: CXF-699
                 URL: https://issues.apache.org/jira/browse/CXF-699
             Project: CXF
          Issue Type: New Feature
    Affects Versions: 2.0
            Reporter: willem Jiang


In my WAR file I have Spring configuration file which defines collection (about 
10) of endpoints (<jaxws:endpoint>).
In every endpoint there is wsdlLocation attribute which defines path to WSDL 
file.
Unfortunately it takes about 3 minutes to publish all my services.
I suppose that the same wsdl file (which is quite complex) is parsed as many 
times as number of endpoints.

Is there any option to make this process faster, eg. if every time it is the 
same file? 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to