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 189870 - Cannot use Web Service Tester tool
Summary: Cannot use Web Service Tester tool
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 02:01 UTC by cvmarcello
Modified: 2010-08-31 03:22 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 cvmarcello 2010-08-26 02:01:23 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_21
Runtime = Java HotSpot(TM) Client VM 17.0-b16

Created a web service using this tute http://www.netbeans.com/kb/docs/websvc/jax-ws.html and Glassfish Server OSE. Deployed successfully to GlassFish and then tried to test web service.  Receive a 404 error when browse manually to tester location and message Unable to open web service tester page shows up in NetBeans.
Comment 1 cvmarcello 2010-08-26 02:03:50 UTC
Another note: The sample application provided for the same tute works fine - You can open a complete EE6 version of the Calculator service by choosing File > New Project (Ctrl-Shift-N) and navigating to Samples > Java Web Services > Calculator (EE6).
Comment 2 Milan Kuchtiak 2010-08-30 08:52:48 UTC
Invalid url for web service annotated with @Stateless is calculated in Maven project.
Comment 3 Milan Kuchtiak 2010-08-30 13:08:49 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/cc0ebd7a90c1
Comment 4 Quality Engineering 2010-08-31 03:22:56 UTC
Integrated into 'main-golden', will be available in build *201008310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cc0ebd7a90c1
User: mkuchtiak@netbeans.org
Log: #189870: fixed invalid URL for @Stateless WS in Maven