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 ax...@ws.apache.org on 2004/10/13 05:18:52 UTC

[jira] Commented: (AXIS-1454) simple type restrictions no longer create class

The following comment has been added to this issue:

     Author: Davanum Srinivas
    Created: Tue, 12 Oct 2004 8:17 PM
       Body:
Simon, 
please post the complete wsdl.

-- dims
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1454?page=comments#action_53968

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1454

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1454
    Summary: simple type restrictions no longer create class
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             beta-2

   Assignee: 
   Reporter: Simon Fell

    Created: Wed, 14 Jul 2004 5:04 PM
    Updated: Tue, 12 Oct 2004 8:17 PM
Environment: XP, SDK 1.4.2_03

Description:
running WSDL2Java on a wsdl that includes a simple type restriction, e.g.
            <simpleType name="ID">
                <restriction base="xsd:string">
                    <length value="18"/>
                    <pattern value='[a-zA-Z0-9]{18}'/>
                </restriction>
            </simpleType>

in Axis 1.1, this creates a new type called ID, with beta2, this is just mapped to string. This make existing client code (written against an Axis 1.1 generated stub) incompatible.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira