Currently, the DynamicClientFactory will compile all classes in a new folder
each time it reads a given WSDL.  Since this folder is based off of the
current timestamp, the folder ends up being different every time.

In our case, we end up reading the same few WSDLs over and over again.  It
would be very useful to have the compiled classes be placed in a folder that
is somehow connected to the WSDL the DynamicClientFactory is currently
reading such that successive reads of the WSDL do not end up recompiling the
classes.

Does this sound reasonable? If so, I'm happy to create an issue and jira and
submit a patch.

Sincerely,

Kevin Conaway

Reply via email to