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 98866 - Wrong web service URL is provided
Summary: Wrong web service URL is provided
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL: ENTPACK_TUT
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 01:04 UTC by _ hong_lin
Modified: 2007-03-28 22:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample app (22.85 KB, application/x-compressed)
2007-03-24 01:04 UTC, _ hong_lin
Details
screen shot of the wrong URL result (56.29 KB, image/png)
2007-03-24 01:06 UTC, _ hong_lin
Details
screen shot of the right URL result (98.19 KB, image/png)
2007-03-24 01:06 UTC, _ hong_lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2007-03-24 01:04:10 UTC
Build: Hula build (daily-200703220921)

Steps to reproduce it:

1. Open the attached EJBModule1 into IDE.
2. Deploy EJBModule1.
3. In Projects window, expand EJBModule1 -> Web Services.
4. Select "NewWebService" node, right-click, select "Properties" item.
5. In the Properties window, will see these info:
NewWebService
http://localhost:8080/NewWebService?wsdl
6. Open a browser.
7. Go to this URL: http://localhost:8080/NewWebService?wsdl
Will get "HTTP Status 404 - ... - The request resource () is not available" 
error. (See attached screen shot NotAvailable.PNG file)
8. The right URL is: http://localhost:8080/NewWebServiceService/NewWebService?
wsdl. (See attached screen shot wsdl.PNG file)

This issue may be the root cause to issue 98575. It blocks Loan Processing 
Sample App development. Please fix it as early as possible.
Comment 1 _ hong_lin 2007-03-24 01:04:51 UTC
Created attachment 39903 [details]
sample app
Comment 2 _ hong_lin 2007-03-24 01:06:13 UTC
Created attachment 39904 [details]
screen shot of the wrong URL result
Comment 3 _ hong_lin 2007-03-24 01:06:46 UTC
Created attachment 39905 [details]
screen shot of the right URL result
Comment 4 Srividhya Narayanan 2007-03-26 19:34:35 UTC
Lukas suspects this to be realted to some non supported WSDL file. Is this
related to 95534?
Comment 6 _ hong_lin 2007-03-28 22:50:31 UTC
Verified the bug is fixed in Hula build daily-200703280800.