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 145643

Summary: [65cat] "Secure Token Service" Refactor Rename should change wsdl file
Product: webservices Reporter: rajivderas <rajivderas>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description rajivderas 2008-08-29 23:17:39 UTC
Steps to reproduce: 
1) Create New EJB Module Project
2) In the project create a new Secure Token Service
3) Right click on the newly created Secure Token Service in the project explorer and select Refactor > Rename
4) The Rename Class dialogs opens up and in that type the new name and press Refactor
5) The Secure Token Service file in the Sources Resources is renamed properly but the Secure Token Service file under
Web Services folder has not renamed at all 


Dev Build 200808281401
JDK 6 Update 10
Comment 1 Milan Kuchtiak 2008-09-01 10:43:39 UTC
The node name for Secure Token Service is derived from wsdl file. 
It follows the pattern: service-name[port-name]. The wsdl file isn't changed in java class refactoring.

It would require additional changes in wsdl file (located in src/conf/xml-resources/web-services/),  and also in
nbproject/jaxws-xml.

I am changing the issue to an enhancement. This is the same for web services from WSDL.