You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Dinesh Premalal <xy...@gmail.com> on 2008/03/24 14:16:32 UTC

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

Seems that MTOM sample was broken by this commit.

---------- Forwarded message ----------
From: <se...@apache.org>
Date: Wed, Mar 19, 2008 at 9:27 PM
Subject: svn commit: r638897 - in /webservices/axis2/trunk/c:
axiom/include/axiom_mime_const.h axiom/src/attachments/mime_output.c
include/axis2_http_transport.h
To: axis2-cvs@ws.apache.org


Author: senaka
Date: Wed Mar 19 08:57:51 2008
New Revision: 638897

URL: http://svn.apache.org/viewvc?rev=638897&view=rev
Log:
Axis2/C Hackathon: Improving AXIOM

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


@@ -100,7 +98,7 @@
    const axutil_env_t *env,
    axis2_byte_t **output_stream,
    int *output_stream_size,
-    axis2_char_t *soap_body_buffer,
+    axis2_char_t *soap_body,
    axutil_array_list_t *binary_node_list,
    axis2_char_t *boundary,




After this change,
 if (soap_body_buffer)
      {
         temp_soap_body_buffer = axutil_stracat(env, soap_body, AXIS2_CRLF);
          soap_body_buffer = temp_soap_body_buffer;
          soap_body_buffer_size = (int) axutil_strlen(soap_body_buffer);
      }

became unreachable.

thanks,
Dinesh



-- 
http://nethu.org/