Tryit does not work if an extension is present in a complexType of schema
-------------------------------------------------------------------------
Key: WSAS-642
URL: http://wso2.org/jira/browse/WSAS-642
Project: WSO2 WSAS
Issue Type: Bug
Affects Versions: Nightly
Environment: winxp, jdk15
Reporter: Charitha Kankanamge
Assigned To: Jonathan Marsh
I have a complexType element in the schema as follows.
<xsd:complexType name="divisioninfo">
<xsd:sequence>
<xsd:element name="k" type="xsd:double"/>
<xsd:element name="l" type="xsd:double"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="fulldivisioninfo">
<xsd:complexContent>
<xsd:extension base="tns:divisioninfo">
<xsd:sequence>
<xsd:element name="m" type="xsd:double"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Tryit of this operation does not work due to the <extension> element.
Steps to reproduce:
============
1. Deploy the attached service archive
2. Access WSAS management console and select the service
3. Click on TryIt
4. There are no text boxes to add input values for division method
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev