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

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

问题描述

我正在尝试从RPC(据称)编码的WSDL服务构建一个WS客户端

I'm trying to build a WS client from an RPC (allegedly) encoded WSDL service at

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

我正在使用网页右击服务项目,创建新的Web服务客户端。

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

wsdl是rpc编码的。要处理这个wsdl,请安装JAX-RPC Web Services插件。

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天全站免登陆