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
Post a Comment