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 ka...@apache.org on 2008/03/28 13:44:22 UTC

svn commit: r642210 - in /webservices/axis2/trunk/c/axiom: include/axiom_soap_builder.h include/axiom_soap_envelope.h src/soap/soap_builder.c

Author: kaushalye
Date: Fri Mar 28 05:44:19 2008
New Revision: 642210

URL: http://svn.apache.org/viewvc?rev=642210&view=rev
Log:
Hackathon : SOAP Builder header

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h
    webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c

Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h?rev=642210&r1=642209&r2=642210&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h Fri Mar 28 05:44:19 2008
@@ -138,7 +138,7 @@
         axis2_bool_t value);
 
     /**
-     *
+     * 
      * @param builder pointer to the SOAP Builder struct
      * @param env Environment. MUST NOT be NULL
      *
@@ -150,7 +150,7 @@
         const axutil_env_t * env);
 
     /**
-     *
+     * Get the SOAP version
      * @param builder pointer to the SOAP Builder struct
      * @param env Environment. MUST NOT be NULL
      *
@@ -162,7 +162,7 @@
         const axutil_env_t * env);
 
     /**
-     *
+     * Process and verifies namespace data of @param om_node
      * @param builder pointer to the SOAP Builder struct
      * @param env Environment. MUST NOT be NULL
      *

Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h?rev=642210&r1=642209&r2=642210&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h Fri Mar 28 05:44:19 2008
@@ -169,7 +169,8 @@
         axiom_soap_envelope_t * envelope,
         const axutil_env_t * env);
 
-    /** return the soap envelope namespace
+    /** 
+     * Return the soap envelope namespace
      * @param envelope 
      * @param env 
      * @return axiom_namespace_t 

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c?rev=642210&r1=642209&r2=642210&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c Fri Mar 28 05:44:19 2008
@@ -732,7 +732,8 @@
     return status;
 }
 
-AXIS2_EXTERN axis2_status_t AXIS2_CALL axiom_soap_builder_process_namespace_data(
+AXIS2_EXTERN axis2_status_t AXIS2_CALL 
+axiom_soap_builder_process_namespace_data(
     axiom_soap_builder_t * soap_builder,
     const axutil_env_t * env,
     axiom_node_t * om_node,



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