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 da...@apache.org on 2006/03/23 15:18:26 UTC

svn commit: r388177 - /webservices/axis2/trunk/c/include/axis2_soap_envelope.h

Author: damitha
Date: Thu Mar 23 06:18:12 2006
New Revision: 388177

URL: http://svn.apache.org/viewcvs?rev=388177&view=rev
Log:
changed the signature of axis2_soap_envelope_create_default_soap_fault_envelope to include code_value and reason_text

Modified:
    webservices/axis2/trunk/c/include/axis2_soap_envelope.h

Modified: webservices/axis2/trunk/c/include/axis2_soap_envelope.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_soap_envelope.h?rev=388177&r1=388176&r2=388177&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_soap_envelope.h (original)
+++ webservices/axis2/trunk/c/include/axis2_soap_envelope.h Thu Mar 23 06:18:12 2006
@@ -161,10 +161,11 @@
 AXIS2_DECLARE(axis2_soap_envelope_t *)
 axis2_soap_envelope_create_default_soap_envelope(axis2_env_t **env,
                                                  int soap_version);
-   
+ 
 AXIS2_DECLARE(axis2_soap_envelope_t *)
 axis2_soap_envelope_create_default_soap_fault_envelope(axis2_env_t **env,
-                                                 int soap_version);                           
+		    axis2_char_t *code_value, axis2_char_t *reason_text, int soap_version)
+
 /******************** Macros **************************************************/
 
 #define AXIS2_SOAP_ENVELOPE_GET_HEADER(envelope, env) \