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 2007/06/26 17:27:06 UTC

svn commit: r550829 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java

Author: thilina
Date: Tue Jun 26 08:27:05 2007
New Revision: 550829

URL: http://svn.apache.org/viewvc?view=rev&rev=550829
Log:
fixing the content type in HttpBinding

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java?view=diff&rev=550829&r1=550828&r2=550829
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/ApplicationXMLFormatter.java Tue Jun 26 08:27:05 2007
@@ -119,7 +119,7 @@
         if ((soapAction != null)
                 && !"".equals(soapAction.trim())
                 && !"\"\"".equals(soapAction.trim())) {
-            contentType = contentType + ";action=\"" + soapAction + "\";";
+            contentType = contentType;
         }
 
         return contentType;



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