You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Bruce Edge <br...@gmail.com> on 2009/06/05 19:57:21 UTC

disabling caching

I'm happily adding features to my service (cxf 2.2.2) and my client is
picking up an old wsdl from the http port.
I kill my server and can still read the wsdl from the http port.

Is there something telling a switch somewhere that this is cacheable info ?

The actual calls fail, but the wsdl is persisting somewhere outside my
target box.

-Bruce

Re: disabling caching

Posted by Bruce Edge <br...@gmail.com>.
Never mind, it's the suds python client doing the caching.

suds.transport.cache.FileCache<http://jortel.fedorapeople.org/suds/doc/suds.transport.cache.FileCache-class.html>

-Bruce


On Fri, Jun 5, 2009 at 10:57 AM, Bruce Edge <br...@gmail.com> wrote:

> I'm happily adding features to my service (cxf 2.2.2) and my client is
> picking up an old wsdl from the http port.
> I kill my server and can still read the wsdl from the http port.
>
> Is there something telling a switch somewhere that this is cacheable info ?
>
> The actual calls fail, but the wsdl is persisting somewhere outside my
> target box.
>
> -Bruce
>