[ http://issues.apache.org/jira/browse/AXIS-2467?page=all ]

Bjorn Townsend updated AXIS-2467:
---------------------------------

    Attachment: reference.html.patch

Looks like this is set in 
org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum, and it's 1.1:

public class TypeMappingVersionEnum extends EnumeratedAttribute {
    public String[] getValues() {
        return new String[]{"1.0", "1.1", "1.2", "1.3"};
    }

    /**
     * default mapping version is 1.1
     */
    public static final String DEFAULT_VERSION="1.1";
} 

I'm attatching a diff of reference-guide.html fixing this. Axis developers, 
please let me know if this should be updated to 1.2, in which case I'll update 
the docs and create a patch for the TypeMappingVersionEnum class.  

> Inconsistent/garbled statements about WSDL2Java's -T --typeMappingVersion 
> option in Axis Reference Guide
> --------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-2467
>          URL: http://issues.apache.org/jira/browse/AXIS-2467
>      Project: Apache Axis
>         Type: Bug

>   Components: WSDL processing
>     Versions: 1.3
>     Reporter: Chelski
>  Attachments: reference.html.patch
>
> See http://issues.apache.org/jira/browse/AXIS-1039, which had been issued for 
> 2 years. I'm not sure what is the default option for --typeMappingVersion, 
> 1.1 ? or 1.2 ?
> The inconsistent description can be found in $AXIS_HOME/docs/reference.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to