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 85186 - refactoring WebServices is not reflected in the XML Schema
Summary: refactoring WebServices is not reflected in the XML Schema
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Webserver (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 01:14 UTC by Sherry Barkodar
Modified: 2006-09-19 01:14 UTC (History)
2 users (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 Sherry Barkodar 2006-09-19 01:14:16 UTC
Create an EJB.
Create a Web Service with an operation and couple parameters.
Deploy the webservice.
Test run the webservice
When the browser opens, click the WSDL link.
Copy the schema URL from the wsdl page.
Paste the copied URL to the Browser to open the schema.
Use the refactoring and add a parameter named myParam to the webservices.
Deploy. Test run the web services.
When you open the schema the name 'myParam' is not reflected in the schema.
Instead you have 'arg1'.