DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31359>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31359 [PATCH] SOAP Flowscript Integration ------- Additional Comments From [EMAIL PROTECTED] 2004-09-23 01:27 ------- Hi Vadim I've implemented your first 4 suggestions, that's exactly the kind of feedback I was hoping for :) IIUC the check to see if the Java files have already been generated that you suggested is currently implemented in the ClientBindingGenerator, maybe this decision is better handled by the WebServiceLoader? The ClientBindingGenerator stores the URL of each WSDL document that it's generated bindings for. This information is not persisted across container restarts so I'm thinking of changing this to a filesystem check instead. Cheers Adam
