This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 197758 - Web Service client allows JAX-RPC to be chosen even thou it is no longer supported
Summary: Web Service client allows JAX-RPC to be chosen even thou it is no longer supp...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 17:40 UTC by michal.owsiak
Modified: 2011-04-29 04:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2011-04-14 17:40:54 UTC
1. Create new Java application project
2. Add new file
3. Add Web service client
4. As an access method choose JAX-RPC

Message follows:

"You must download JAX-RPC support plugin to create a JAX-RPC client." 

However, JAX-RPC is no longer supported and there is no JAX-RPC plugin available for download.
Comment 1 Denis Anisimov 2011-04-28 09:34:01 UTC
changeset:   193071:5d020d88382e

UI is changed : one is still able to use JAX-RPC if it is installed. 
In the latter case the UI is the same as before.
In case of absence JAX-RPC there will be no option for jax version.
Comment 2 Quality Engineering 2011-04-29 04:41:08 UTC
Integrated into 'main-golden', will be available in build *201104290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5d020d88382e
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#197758 - Web Service client allows JAX-RPC to be chosen even thou it is no longer supported .