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 sa...@apache.org on 2007/08/16 11:22:34 UTC

svn commit: r566596 - /webservices/axis2/trunk/c/axiom/test/soap/test_soap.c

Author: samisa
Date: Thu Aug 16 02:22:33 2007
New Revision: 566596

URL: http://svn.apache.org/viewvc?view=rev&rev=566596
Log:
Fixed the break

Modified:
    webservices/axis2/trunk/c/axiom/test/soap/test_soap.c

Modified: webservices/axis2/trunk/c/axiom/test/soap/test_soap.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/test_soap.c?view=diff&rev=566596&r1=566595&r2=566596
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/test_soap.c (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/test_soap.c Thu Aug 16 02:22:33 2007
@@ -187,6 +187,8 @@
     soap_body = axiom_soap_envelope_get_body(soap_envelope, env);
     if (soap_body)
     {
+        if (axiom_soap_body_has_fault(soap_body, env));
+            printf("axiom_soap_body_has_fault\n");
         om_node = axiom_soap_body_get_base_node(soap_body, env);
         if (om_node)
             printnode(om_node, env);
@@ -247,8 +249,6 @@
         AXIS2_FREE(env->allocator, buffer);
 
     axiom_soap_envelope_free(soap_envelope, env);
-
-    axiom_output_free(om_output, env);
 
     printf(" \n __________ END TEST SOAP BUILD ____________ \n");
 



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