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 gd...@apache.org on 2003/01/06 14:44:08 UTC

cvs commit: xml-axis/java/src/org/apache/axis Constants.java

gdaniels    2003/01/06 05:44:08

  Modified:    java/src/org/apache/axis Constants.java
  Log:
  Add SOAP 1.2 "no encoding" encoding style URI
  
  Revision  Changes    Path
  1.104     +2 -0      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.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- Constants.java	30 Dec 2002 06:35:24 -0000	1.103
  +++ Constants.java	6 Jan 2003 13:44:08 -0000	1.104
  @@ -143,6 +143,8 @@
                                   "http://schemas.xmlsoap.org/soap/encoding/" ;
       public static final String URI_SOAP12_ENC =
                                      "http://www.w3.org/2002/06/soap-encoding";
  +    public static final String URI_SOAP12_NOENC =
  +                     "http://www.w3.org/2002/06/soap-envelope/encoding/none";
       public static final String URI_DEFAULT_SOAP_ENC = 
           DEFAULT_SOAP_VERSION.getEncodingURI();