scheu       2002/06/18 06:52:47

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  Changed namespace prefix SOAP-ENC to soapenc and SOAP-ENV to soapenv.  This was done 
to more closely match the wsdl/jsr 101 specifications to aid users who actually read 
such documents
  
  Revision  Changes    Path
  1.64      +2 -2      xml-axis/java/src/org/apache/axis/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Constants.java,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- Constants.java    11 Jun 2002 14:53:51 -0000      1.63
  +++ Constants.java    18 Jun 2002 13:52:47 -0000      1.64
  @@ -68,8 +68,8 @@
   
       // Namespace Prefix Constants
       //////////////////////////////////////////////////////////////////////////
  -    public static final String NS_PREFIX_SOAP_ENV   = "SOAP-ENV" ;
  -    public static final String NS_PREFIX_SOAP_ENC   = "SOAP-ENC" ;
  +    public static final String NS_PREFIX_SOAP_ENV   = "soapenv";
  +    public static final String NS_PREFIX_SOAP_ENC   = "soapenc";
       public static final String NS_PREFIX_SCHEMA_XSI = "xsi" ;
       public static final String NS_PREFIX_SCHEMA_XSD = "xsd" ;
       public static final String NS_PREFIX_WSDL       = "wsdl" ;
  
  
  


Reply via email to