RE: Caching generated WSDL

2002-02-08 Thread Tom Jordahl
+1 -- Tom Jordahl Macromedia -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 12:43 AM To: '[EMAIL PROTECTED]' Subject: Caching generated WSDL Let's say we wanted to cache the WSDL generated by the ?WSDL URLs, and also perhaps provide

Re: Caching generated WSDL

2002-02-08 Thread R J Scheuerle Jr
+1 to the "wsldFile" parameter in the service. The WSDL2Java emitter should automatically set this parameter. Question 1: Is the "wsldFile" path a remote url ? Question 2: I am not sure whether I think caching is a good idea for non-JWS files, since TypeMappingRegistry can change during process

RE: Caching generated WSDL

2002-02-08 Thread Glen Daniels
Hi Igor! > I think caching should be selectable by a parameter on the service. > I can have a dynamic classloader, similar to catalina's > WebAppClassLoader that would refresh JARs when they are > updated on the file system. It may be very difficult for > Axis, or for anyone really, to check a

RE: Caching generated WSDL

2002-02-08 Thread Sedukhin, Igor
I think caching should be selectable by a parameter on the service. I can have a dynamic classloader, similar to catalina's WebAppClassLoader that would refresh JARs when they are updated on the file system. It may be very difficult for Axis, or for anyone really, to check all type dependencies

Re: Caching generated WSDL

2002-02-08 Thread Russell Butek
+1 Russell Butek [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 02/07/2002 11:43:19 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Caching generated WSDL Let's say we wanted to cache the WSDL generated by the ?WSDL URLs, and als