aspose file tools
The moose likes Tomcat and the fly likes Tomcat caching wsdl Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat caching wsdl" Watch "Tomcat caching wsdl" New topic
Author

Tomcat caching wsdl

ratna sargurp
Ranch Hand

Joined: Jan 12, 2010
Posts: 32
Hi

I have tomcat 7 installed and noticed that even after deploying a new webapp, the WSDL is not getting refreshed in tomcat. It still keeps pointing to the old WSDL.

Any ideas on how to clear the tomcat cache?

Thanks in advance.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

Tomcat does not have a cache. The cache is in your web browser. However, in the case of web services, there are some files that may get generated by the web services code, depending on what web services library you are using.


Customer surveys are for companies who didn't pay proper attention to begin with.
ratna sargurp
Ranch Hand

Joined: Jan 12, 2010
Posts: 32
So, how can I resolve this issue?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat caching wsdl
 
Similar Threads
custom wsdl
access to .net web service
Passing Files in Web Services
Deployment to tomcat 6 programmatically
Creating a Web Service from an Existing WSDL File.