Bug 260564 @ResponseWrapper default in wizard incorrectly loaded
diff --git a/bundles/org.eclipse.jst.ws.cxf.core/src/org/eclipse/jst/ws/internal/cxf/core/utils/AnnotationUtils.java b/bundles/org.eclipse.jst.ws.cxf.core/src/org/eclipse/jst/ws/internal/cxf/core/utils/AnnotationUtils.java
index 2563434..cc66a7f 100644
--- a/bundles/org.eclipse.jst.ws.cxf.core/src/org/eclipse/jst/ws/internal/cxf/core/utils/AnnotationUtils.java
+++ b/bundles/org.eclipse.jst.ws.cxf.core/src/org/eclipse/jst/ws/internal/cxf/core/utils/AnnotationUtils.java
@@ -577,7 +577,7 @@
         annotationdMap.put(AnnotationUtils.WEB_METHOD, model.isGenerateWebMethodAnnotation());
         annotationdMap.put(AnnotationUtils.WEB_PARAM, model.isGenerateWebParamAnnotation());
         annotationdMap.put(AnnotationUtils.REQUEST_WRAPPER, model.isGenerateRequestWrapperAnnotation());
-        annotationdMap.put(AnnotationUtils.RESPONSE_WRAPPER, model.isGenerateWebParamAnnotation());
+        annotationdMap.put(AnnotationUtils.RESPONSE_WRAPPER, model.isGenerateResponseWrapperAnnotation());
         return annotationdMap;
     }