|
From: Scott B. <sco...@ru...> - 2005-02-22 15:45:56
|
Juergen Hoeller wrote: >BTW, why do you prefer your JaxRpcPortProxyFactoryBean to be lazily >initialized? To avoid checking the WSDL at startup? It would maybe make >sense to add a lazy initialization option to Spring's >JaxRpcPortProxyFactoryBean itself in this case (I'll consider this). > > We've had to use the lazy-init on the JaxRpcPortProxyFactoryBean in order avoid checking the WSDL at start up in the case where the client of the web service is deployed in the same Tomcat instance as the web service itself (maybe there's a better way to handle this situation though...). -Scott |