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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to