如何启用“JAX-RPC Web 服务"?NetBeans 8.0 中的插件 [英] How do I enable "JAX-RPC Web Services" plugin in NetBeans 8.0

查看:26
本文介绍了如何启用“JAX-RPC Web 服务"?NetBeans 8.0 中的插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从位于

https://www.fbo.gov/ws/fbo_api.php?wsdl

我正在使用右键单击 Web 服务项目,创建新的 Web 服务客户端.

I'm using right click on Web Service Project, create New Web Service Client.

wsdl 是 rpc 编码的.要处理此 wsdl,请安装JAX-RPC Web 服务"插件.

The wsdl is rpc encoded. To process this wsdl install the "JAX-RPC Web Services" plugin.

我尝试手动安装以下插件

I tried manually installing the following plugins

modules/org-netbeans-modules-websvc-jaxrpc16.nbm
modules/org-netbeans-modules-websvc-jaxrpckit.nbm
modules/org-netbeans-modules-websvc-jaxrpc.nbm
modules/org-netbeans-modules-websvc-registry.nbm

但仍然没有骰子.

推荐答案

实际上,JAX-RPC 是 SOAP 的旧版本,已被 JAX-WS 取代.这就是为什么 netbeans 在默认版本中不提供此插件的原因.

Actually, JAX-RPC is an old version of SOAP and which is overtaken by JAX-WS. That is why netbeans does not provide this plugin in default version.

您可以通过添加另一个插件目录来安装插件.

You can install the plugin by adding another plugin directory.

转到工具 -> 插件 -> 设置 -> 添加并将 URL 设置为 http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz

Go to Tools -> plugins -> Settings -> Add and set URL as http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz

添加此 URL 后,您将能够在插件部分下看到 JAX-RPC 插件并安装它.

After adding this URL you will be able to see JAX-RPC plugin under plugin section and install that.

这篇关于如何启用“JAX-RPC Web 服务"?NetBeans 8.0 中的插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆