[432316] Webservices.xml generated by new WS 1.4 model code uses
improper schema
diff --git a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/internal/model/translator/webservices/WsddTranslator.java b/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/internal/model/translator/webservices/WsddTranslator.java
index 5ae7428..608efc4 100644
--- a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/internal/model/translator/webservices/WsddTranslator.java
+++ b/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/internal/model/translator/webservices/WsddTranslator.java
@@ -149,7 +149,7 @@
return new Translator[] {
IDTranslator.INSTANCE,
- new ConstantAttributeTranslator(XML_NS, JAVAEE_NS_URL),
+ new ConstantAttributeTranslator(XML_NS, JAVAEE7_NS_URL),
new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),
new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, JAVAEE7_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_4),
new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_4),