java - Can Apache CXF generate a client and automatically get local copies of WSDLs and schemas? -


i have inherited project relies on apache cxf generated client. instantiation of client slow. think because wsdls, schemas, , dtds not stored locally fetched remotely every time.

is there way generate cxf client automatically creates local copy of wsdl , schemas when client generated?

is there tool other cxf can generate java code automatically pulls theses resources locally?

you can use wsdl2java plugin, either can provide url or local copy reference of wsdl. more info refer plugin documentation here , sample program here


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -