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 150391

Summary: Generate and Copy WSDL action should allow to specify the concrete address of the service
Product: webservices Reporter: Kirill Sorokin <ksorokin>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Kirill Sorokin 2008-10-16 14:48:04 UTC
Currently, if I choose Generate and Copy WSDL from a web service node's context menu, the generated WSDL will contain
'REPLACE_WITH_ACTUAL_URL' token in <soap:address>. It would be nice to have an option to let the user to choose to
pre-fill it with the expected address (e.g. the one shown in the node's properties).