Schema for some simple type is wrong after WSDL2Java and Java2WSDL
------------------------------------------------------------------

                 Key: AXIS-2667
                 URL: https://issues.apache.org/jira/browse/AXIS-2667
             Project: Axis
          Issue Type: Bug
          Components: WSDL processing
    Affects Versions: current (nightly)
         Environment: WIndowsXP JDK1.4
            Reporter: Tong Wang
            Priority: Critical


Do WSDL2Java to the attached wsdl file. And again Java2WSDL to the generated 
java classes.
You will find in the new generated wsdl.
The definition for type "String1" is:
  <complexType name="String1">
    <simpleContent>
      <extension/>
    </simpleContent>
  </complexType>

There must be a "base" attribute in the tag "<extension/>". And the definition 
for type "String1" in the original wsdl is:
  <simpleType name="String1">
    <restriction base="string"/>
  </simpleType>
"String1" is a simple type not a complex type.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to