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 di...@apache.org on 2008/03/24 14:34:50 UTC

svn commit: r640415 - in /webservices/axis2/trunk/c: axiom/src/attachments/mime_output.c include/axis2_http_transport.h

Author: dinesh
Date: Mon Mar 24 06:34:49 2008
New Revision: 640415

URL: http://svn.apache.org/viewvc?rev=640415&view=rev
Log:
fixed: failure in MTOM sample

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c
    webservices/axis2/trunk/c/include/axis2_http_transport.h

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c?rev=640415&r1=640414&r2=640415&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c Mon Mar 24 06:34:49 2008
@@ -245,7 +245,7 @@
     axis2_write_finish_writing_mime(mime_output, env, &boundary_stream,
         &boundary_stream_size, boundary);
 
-    if (soap_body_buffer)
+    if (soap_body)
     {
         temp_soap_body_buffer = axutil_stracat(env, soap_body, AXIS2_CRLF);
         soap_body_buffer = temp_soap_body_buffer;

Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?rev=640415&r1=640414&r2=640415&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Mar 24 06:34:49 2008
@@ -973,7 +973,7 @@
 
 #define AXIS2_ESC_DOUBLE_QUOTE '\"'
 
-#define AXIS2_ESC_NULL '\"'
+#define AXIS2_ESC_NULL '\0'
 
 #define AXIS2_CONTENT_TYPE_ACTION ";action=\""
 



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