Community
Participate
Working Groups
Found in M5. Axis uses XML files with extension *.wsdd. The XML editor should be associated with these files. At present the text editor is the default. Also, if there is a schema of DTD for *.wsdd, it should be registered in the XML catalog for the namespace to provide content assist and validation.
Assigning to Chris for his review.
Chris, this is an easy one to do. Shall I do it?
Arthur, by all means, you're welcome to create the file association in org.eclipse.jst.ws.axis.consumption.core and attach a patch. Please don't commit directly since we haven't branched our plugins yet. I have found no Schema for Axis' wsdd XML documents, though we could probably invent one easily enough.
Arthur, over to you. Thanks - CB.
Created attachment 35245 [details] Patch for org.eclipse.jst.ws.axis.consumption.core Added content type definitions for *.wsdd files.
I attached a patch for org.eclipse.jst.ws.axis.consumption.core that contains a content type definition for Axis Deployment Descriptors (*.wsdd) as XML content. I noticed some odd behavior though. When I created a test.wsdd file in a simple project, the XML editor got associated with it. When I created test.wsdd in a Dynamic Web Project, the XML editor did not initially get associated with it. After various restarts with -clean and creating other projects and files, eventually the XML editor did get associated. David - it there any difference in Dynamic Web projects wrt content types?
Chris, please apply the patch.
Thanks Arthur - Reviewed and committed. Will release and resolve later today.
Released to WTP 1.5 as v200602242200.
Verfied on wtp-sdk-M-1.5.1-200609150551.zip.
Closed.