Bug 143738 - [refactoring] Refactor option on entire document should refactor the document in abstract/concrete documents
Summary: [refactoring] Refactor option on entire document should refactor the document...
Status: NEW
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.wsdl (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard: reviewed_1.5
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-05-25 11:27 EDT by Lawrence Mandel CLA
Modified: 2010-07-20 11:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Mandel CLA 2006-05-25 11:27:00 EDT
In the WSDL design editor, if I right click on a blank area I am presented with the option to add a service, a binding, a portType or to refactor. The refactor option is always greyed out (and I'm not sure when it would be available). I'd like to see a new refactor action added to the global WSDL document that would give users a chance to refactor a single document into two pieces: abstract description and concrete implementation. Selecting refactor will then split the WSDL document into two documents. The first document will contain the types and interface definitions and the second will contain the binding and service definitions. (It may even be better to separate out the types into a separate schema file.)

This refactor method will allow a service definition to be refactored for reuse.