简体   繁体   中英

Generic Web Service client in java

I have list of WSDL urls in a text file. I have to invoke all of these wsdl in my java program. Each wsdl has only one opertaion. I tried to create webservice client in netbeans but it is for only one wsdl url. I want to have generic client. Kindly suggest some API(jar) and easy tutorial for doing this.

Perhaps this project would be suitable. I have never used it but it seems to have instructions and therefore you could call it in a loop, giving your WSDLs as an argument.

Hope I helped!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM