You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by nt...@apache.org on 2008/11/21 18:49:31 UTC

svn commit: r719655 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java

Author: nthaker
Date: Fri Nov 21 09:49:30 2008
New Revision: 719655

URL: http://svn.apache.org/viewvc?rev=719655&view=rev
Log:
AXIS-4142

Doc/Lit wrapped xs:anytype response marshalling fix.

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java?rev=719655&r1=719654&r2=719655&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/DocLitWrappedMethodMarshaller.java Fri Nov 21 09:49:30 2008
@@ -365,6 +365,7 @@
                 String name = operationDesc.getResultName();
                 nameList.add(name);
                 objectList.put(name, returnObject);
+                declaredClassMap.put(name, returnType);
             }
 
             // Now create the single JAXB element