Editors seem to work, but some error occur in wizard:
java.lang.NoSuchMethodError: org.eclipse.core.runtime.IExtension.getDeclaringPluginDescriptor()Lorg/eclipse/core/runtime/IPluginDescriptor;
at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readElement(WSDLEditorPlugin.java:563)
at org.eclipse.wst.wsdl.ui.internal.BaseRegistryReader.readRegistry(WSDLEditorPlugin.java:420)
at org.eclipse.wst.wsdl.ui.internal.ContentGeneratorUIExtensionRegistryReader.readRegistry(WSDLEditorPlugin.java:542)
at org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin.getContentGeneratorUIExtensionRegistry(WSDLEditorPlugin.java:166)
at org.eclipse.wst.wsdl.ui.internal.wizards.WSDLNewFileOptionsPage.createControl(WSDLNewFileOptionsPage.java:201)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)
org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
at org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.setName(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.<init>(Unknown Source)
at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(Unknown Source)
at org.apache.xerces.dom.ElementImpl.setAttributeNS(Unknown Source)
at org.eclipse.wst.wsdl.internal.impl.DefinitionImpl.changeReference(DefinitionImpl.java:1984)
at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1147)
at org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl.updateElement(WSDLElementImpl.java:1128)
at org.eclipse.wst.wsdl.ui.internal.wizards.NewWSDLWizard.performFinish(NewWSDLWizard.java:150)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
Planned after the next major release of Eclipse (June 2011).