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 sa...@apache.org on 2008/01/11 06:04:14 UTC

svn commit: r611049 - /webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c

Author: samisa
Date: Thu Jan 10 21:04:13 2008
New Revision: 611049

URL: http://svn.apache.org/viewvc?rev=611049&view=rev
Log:
Fixed the use of env in place of soapenv

Modified:
    webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c

Modified: webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c?rev=611049&r1=611048&r2=611049&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c (original)
+++ webservices/axis2/trunk/c/src/core/receivers/raw_xml_in_out_msg_recv.c Thu Jan 10 21:04:13 2008
@@ -302,7 +302,7 @@
     if (status != AXIS2_SUCCESS)
     {
         /* something went wrong. set a SOAP Fault */
-        const axis2_char_t *fault_value_str = "env:Sender";
+        const axis2_char_t *fault_value_str = "soapenv:Sender";
         const axis2_char_t *fault_reason_str = NULL;
         const axis2_char_t *err_msg = NULL;
 



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