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 na...@apache.org on 2006/11/25 06:11:17 UTC

svn commit: r479082 - /webservices/axis/trunk/c/include/axis/AxisException.hpp

Author: nadiramra
Date: Fri Nov 24 21:11:17 2006
New Revision: 479082

URL: http://svn.apache.org/viewvc?view=rev&rev=479082
Log:
Exception message clarification

Modified:
    webservices/axis/trunk/c/include/axis/AxisException.hpp

Modified: webservices/axis/trunk/c/include/axis/AxisException.hpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/include/axis/AxisException.hpp?view=diff&rev=479082&r1=479081&r2=479082
==============================================================================
--- webservices/axis/trunk/c/include/axis/AxisException.hpp (original)
+++ webservices/axis/trunk/c/include/axis/AxisException.hpp Fri Nov 24 21:11:17 2006
@@ -559,7 +559,7 @@
                 sMsg = "AxisSoapException: SOAPAction HTTP header is empty.";
                 break;
             case CLIENT_SOAP_SOAP_CONTENT_ERROR:
-                sMsg = "AxisSoapException: Received content is faulty.";
+                sMsg = "AxisSoapException: Soap message content is not valid.";
                 break;
             case CLIENT_SOAP_NO_SOAP_METHOD:
                 sMsg = "AxisSoapException: Request method is not a soap method.";



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