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 da...@apache.org on 2006/07/27 13:31:17 UTC

svn commit: r426032 - in /webservices/axis2/trunk/c/samples: client/dynamic_client/CalculatorDoc.wsdl client/dynamic_client/calc_client.c configure.ac

Author: damitha
Date: Thu Jul 27 04:31:17 2006
New Revision: 426032

URL: http://svn.apache.org/viewvc?rev=426032&view=rev
Log:
folder calculator is changed to Calculator

Modified:
    webservices/axis2/trunk/c/samples/client/dynamic_client/CalculatorDoc.wsdl
    webservices/axis2/trunk/c/samples/client/dynamic_client/calc_client.c
    webservices/axis2/trunk/c/samples/configure.ac

Modified: webservices/axis2/trunk/c/samples/client/dynamic_client/CalculatorDoc.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/dynamic_client/CalculatorDoc.wsdl?rev=426032&r1=426031&r2=426032&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/dynamic_client/CalculatorDoc.wsdl (original)
+++ webservices/axis2/trunk/c/samples/client/dynamic_client/CalculatorDoc.wsdl Thu Jul 27 04:31:17 2006
@@ -246,7 +246,7 @@
 
       <wsdl:port binding="impl:CalculatorSoapBinding" name="Calculator">
 
-          <wsdlsoap:address location="http://localhost:5555/axis2/services/math"/>
+          <wsdlsoap:address location="http://localhost:5555/axis2/services/Calculator"/>
 
       </wsdl:port>
 

Modified: webservices/axis2/trunk/c/samples/client/dynamic_client/calc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/dynamic_client/calc_client.c?rev=426032&r1=426031&r2=426032&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/dynamic_client/calc_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/dynamic_client/calc_client.c Thu Jul 27 04:31:17 2006
@@ -142,7 +142,7 @@
     AXIOM_ELEMENT_ADD_ATTRIBUTE(arg1_om_ele, env, attr_name_arg1, arg1_om_node);
     AXIOM_ELEMENT_ADD_ATTRIBUTE(arg1_om_ele, env, attr, arg1_om_node);
     
-    xml_writer = axiom_xml_writer_create_for_memory(env, NULL, AXIS2_FALSE, 
+    /*xml_writer = axiom_xml_writer_create_for_memory(env, NULL, AXIS2_FALSE, 
             AXIS2_FALSE, AXIS2_XML_PARSER_TYPE_BUFFER);
     om_output = axiom_output_create( env, xml_writer);
     
@@ -150,7 +150,7 @@
     buffer = AXIOM_XML_WRITER_GET_XML(xml_writer, env);         
     printf("\nOM node in XML : %s \n",  buffer); 
     AXIS2_FREE(env->allocator, buffer);
-    AXIOM_OUTPUT_FREE(om_output, env);
+    AXIOM_OUTPUT_FREE(om_output, env);*/
 
     return add_om_node;
 }

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?rev=426032&r1=426031&r2=426032&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Thu Jul 27 04:31:17 2006
@@ -121,6 +121,7 @@
     server/Makefile \
     server/echo/Makefile \
     server/math/Makefile \
+    server/Calculator/Makefile \
     server/notify/Makefile \
     server/sg_math/Makefile \
     server/mtom/Makefile \



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