You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2007/07/30 09:32:43 UTC

svn commit: r560884 - /webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c

Author: dumindu
Date: Mon Jul 30 00:32:41 2007
New Revision: 560884

URL: http://svn.apache.org/viewvc?view=rev&rev=560884
Log:
Fixed a trivial bug


Modified:
    webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c

Modified: webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c?view=diff&rev=560884&r1=560883&r2=560884
==============================================================================
--- webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/scratch/c/dumindu/c/axiom/src/soap/soap_builder.c Mon Jul 30 00:32:41 2007
@@ -430,9 +430,11 @@
                                         data_text = axiom_text_create_with_data_handler(
                                                         env, om_element_node,
                                                         data_handler, &data_om_node);
-                                        axiom_text_set_optimize(data_text, env,
-                                                                AXIS2_FALSE);
+                                        /*axiom_text_set_optimize(data_text, env,
+                                                                AXIS2_FALSE);*/
+                                        axiom_text_set_content_id(data_text, env, id);
                                         
+
                                         /*remove the <xop:Include> element*/
                                         axiom_node_detach(om_element_node, env);
                                         axiom_node_detach(data_om_node, env);



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