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 ke...@apache.org on 2006/12/06 08:21:42 UTC

svn commit: r482943 - /webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java

Author: keithc
Date: Tue Dec  5 23:21:41 2006
New Revision: 482943

URL: http://svn.apache.org/viewvc?view=rev&rev=482943
Log:
changed the seperater of the constant to _

Modified:
    webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java

Modified: webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java?view=diff&rev=482943&r1=482942&r2=482943
==============================================================================
--- webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java (original)
+++ webservices/axis2/branches/java/WSDL_2_0/modules/kernel/src/org/apache/axis2/wsdl/WSDLConstants.java Tue Dec  5 23:21:41 2006
@@ -49,9 +49,9 @@
 
     public static final String WSDL_MESSAGE_OUT_MESSAGE = "outMessage";
 
-    public static final String SOAP_HEADER = "soap-header";
+    public static final String SOAP_HEADER = "soap_header";
 
-    public static final String HTTP_HEADER = "http-header";
+    public static final String HTTP_HEADER = "http_header";
 
 
 



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