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 ji...@apache.org on 2004/03/25 02:45:58 UTC

[jira] Created: (AXIS-1264) WSDL2Java ignores attributes with a fixed value

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1264

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1264
    Summary: WSDL2Java ignores attributes with a fixed value
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             1.1

   Assignee: 
   Reporter: patrick lu

    Created: Wed, 24 Mar 2004 5:44 PM
    Updated: Wed, 24 Mar 2004 5:44 PM
Environment: win xp, j2sdk1.4.2_02

Description:
I have a wsdl which has an xml schema defined in it.  The schema has a definition for an attribute stroperation which has an attribute fixed = "helpme".
For example

<types>
<xsd:schema>
...
   <xsd:complexType name = "Patrick">
       <xsd:attribute
        name="stroperation"
        type="xsd:string"
        fixed="helpme"></xsd:attribute>
   </xsd:complexType>
...
<xsd:schema>
</types>

When the class gets created it has a member called stroperation but nothing to specify that the value should be "helpme"







---------------------------------------------------------------------
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