You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2007/03/10 01:48:11 UTC

svn commit: r516626 - /webservices/axis/trunk/c/src/common/Param.cpp

Author: nadiramra
Date: Fri Mar  9 16:48:11 2007
New Revision: 516626

URL: http://svn.apache.org/viewvc?view=rev&rev=516626
Log:
AXISCPP-1026 - add "xsi:type=soapenc:Array" attribute.

Modified:
    webservices/axis/trunk/c/src/common/Param.cpp

Modified: webservices/axis/trunk/c/src/common/Param.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/Param.cpp?view=diff&rev=516626&r1=516625&r2=516626
==============================================================================
--- webservices/axis/trunk/c/src/common/Param.cpp (original)
+++ webservices/axis/trunk/c/src/common/Param.cpp Fri Mar  9 16:48:11 2007
@@ -105,6 +105,7 @@
                 {
                   pSZ.serialize (" xmlns:enc", NULL);
                   pSZ.serialize ("=\"http://www.w3.org/2001/06/soap-encoding\" ", NULL);
+                  pSZ.serialize (" xsi:type=\"soapenc:Array\" ", NULL);
                   
                   if (m_Value.pArray->m_type == USER_TYPE &&
                     !m_Value.pArray->m_URI.empty())



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org