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 th...@apache.org on 2005/06/23 17:57:24 UTC

svn commit: r193173 - /webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java

Author: thilina
Date: Thu Jun 23 08:57:24 2005
New Revision: 193173

URL: http://svn.apache.org/viewcvs?rev=193173&view=rev
Log:
changes due to OMOutputer

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java?rev=193173&r1=193172&r2=193173&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java Thu Jun 23 08:57:24 2005
@@ -112,7 +112,7 @@
             if (envelope != null) {
                 OMOutputer outputer =
                     new OMOutputer(XMLOutputFactory.newInstance().createXMLStreamWriter(System.out));
-                envelope.serialize(wrtier);
+                envelope.serialize(outputer);
                 System.out.flush();
                 Object sessionContext =
                     httpServletRequest.getSession().getAttribute(