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 2005/12/23 03:52:03 UTC

svn commit: r358688 - /webservices/axis2/trunk/c/include/axis2_error.h

Author: samisa
Date: Thu Dec 22 18:51:53 2005
New Revision: 358688

URL: http://svn.apache.org/viewcvs?rev=358688&view=rev
Log:
Added more call struct related errors

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

Modified: webservices/axis2/trunk/c/include/axis2_error.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_error.h?rev=358688&r1=358687&r2=358688&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Thu Dec 22 18:51:53 2005
@@ -297,10 +297,17 @@
         AXIS2_ERROR_BLOCKING_INVOCATION_EXPECTS_RESPONSE,
         /** Client side support only one configuration context */
         AXIS2_ERROR_CLIENT_SIDE_SUPPORT_ONLY_ONE_CONF_CTX,
+        /** Unknown Transport */
+        AXIS2_ERROR_UNKNOWN_TRANSPORT,
+        /** Two way channel needs addressing module to be engaged */
+        AXIS2_ERROR_TWO_WAY_CHANNEL_NEEDS_ADDRESSING,
         /** om element is expected */
         AXIS2_ERROR_OM_ELEMENT_EXPECTED,
 
-        AXIS2_ERROR_INVALID_HTTP_INVALID_HEADER_START_LINE
+        AXIS2_ERROR_INVALID_HTTP_INVALID_HEADER_START_LINE,
+        /** SOAP envelope or SOAP body NULL */
+        AXIS2_ERROR_SOAP_ENVELOPE_OR_SOAP_BODY_NULL
+
         
     };