简体   繁体   中英

Webservice Client in IntelliJ IDEA Community Edition

I like to connect to a wsdl and have IntelliJ generate the client stubs but I dont see any menu to add a Webservice Client in my version of IntelliJ. Is there a plug-in I need to install?

Take a look at this doc here .

I'm not certain this is available in community edition though, it might only be ultimate edition. The easiest way is to add a Web Services Client facet to your project. This should give you the option to auto-generate client code.

On Ultimate Edition :

  • right click on your module and then > Webservices > Generate Java Code From Wsdl...

For information : this plugin is enable in my IntelliJ : 在此处输入图片说明

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