xsd - Bulk download of wsdl and schemas(SoapUI export definition) -


we mantaining java project consumes lot of different web services. service definitions change regularly , new services added often. need automate generation of java clients.

we have batch script downloads(curl) needed wsdls , dependent schemas, generates corresponding java clients(wsimport) , generates jar includes clients , wsdls , xsds which. deploy jar in our artifactory , use in our project. need include wsdls , xsds in our jar avoid jax-ws calls wsdls in execution.

the script has become monster, because use different web services. every wsdl, has it's own different schemas located in different urls, have identify files have downloaded , put xsds in correct path in disk.

our goal have script that, given wsdl url list, downloads wsdls , dependent xsds in folder can execute wsimport against them.

soapui's "export definition" tool, exports wsdld , dependent schemas in folder, , modifying "ws:import" paths in wsdl automaticaly. there way invoke tool command line?

is there other tool improving process?

thanks in advance


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -