gdaniels    02/03/26 06:36:59

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  Update SOAP 1.2 URIs
  
  Revision  Changes    Path
  1.58      +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.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- Constants.java    25 Mar 2002 04:44:01 -0000      1.57
  +++ Constants.java    26 Mar 2002 14:36:58 -0000      1.58
  @@ -89,7 +89,7 @@
       public static final String URI_SOAP_ENV =
                                   "http://schemas.xmlsoap.org/soap/envelope/"; ;
       public static final String URI_SOAP12_ENV =
  -                                   "http://www.w3.org/2001/06/soap-envelope";;
  +                                   "http://www.w3.org/2001/12/soap-envelope";;
       public static final String URI_CURRENT_SOAP_ENV = URI_SOAP_ENV;  // SOAP 1.1 
over the wire
   
       public static final String[] URIS_SOAP_ENV = {
  @@ -117,7 +117,7 @@
       public static final String URI_SOAP_ENC_ALT = 
                                   "http://schemas.xmlsoap.org/soap/encoding"; ;
       public static final String URI_SOAP12_ENC =
  -                                   "http://www.w3.org/2001/06/soap-encoding";;
  +                                   "http://www.w3.org/2001/12/soap-encoding";;
       public static final String URI_CURRENT_SOAP_ENC = URI_SOAP_ENC; // SOAP 1.1 
over the wire
   
       public static final String[] URIS_SOAP_ENC = {
  
  
  


Reply via email to