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 132439 - Addition of the same web service with different package name break it
Summary: Addition of the same web service with different package name break it
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 17:09 UTC by Roman Mostyka
Modified: 2008-07-22 16:07 UTC (History)
0 users

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 Roman Mostyka 2008-04-09 17:09:56 UTC
1. Rightclick "Web Services" node, choose "Add Web Service...", in appeared dialog enter in URL field
http://www.webservicemart.com/uszip.asmx?WSDL and click Add.
2. Rightclick "Web Services" node, choose "Add Web Service...", in appeared dialog enter in URL field
http://www.webservicemart.com/uszip.asmx?WSDL, enter different package name and click Add.

Result: Message "Unable to generate the JAX-WS client. This web service client will not function for J2EE 1.5 projects."
appears. After this Web Service becomes unusable.
Workaround: Add Web Service with the same package name.
Comment 1 Peter Liu 2008-07-22 01:49:10 UTC
The fix is to disallow adding the same service identified by the url or file location more than once.
Note that this is for the entire web service manger and not within a group.

http://hg.netbeans.org/main/rev/d093edd55ebb

Comment 2 Roman Mostyka 2008-07-22 16:07:24 UTC
Verified with build 080722.