简体   繁体   English

IntelliJ IDEA社区版中的Web服务客户端

[英]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. 我喜欢连接到wsdl并让IntelliJ生成客户端存根,但是我没有看到任何菜单可以在我的IntelliJ版本中添加Web服务客户端。 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. 最简单的方法是将Web Services Client facet添加到项目中。 This should give you the option to auto-generate client code. 这应该为您提供自动生成客户端代码的选项。

On Ultimate Edition : 在Ultimate Edition上:

  • right click on your module and then > Webservices > Generate Java Code From Wsdl... 右键单击您的模块,然后单击> Web服务>从Wsdl生成Java代码...

For information : this plugin is enable in my IntelliJ : 有关信息:此插件已在我的IntelliJ中启用: 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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