[wsas-java-dev] [jira] Commented: (WSAS-642) Tryit does not work if
an extension is present in a complexType of schema
Charitha Kankanamge (JIRA)
jira at wso2.org
Sun Dec 9 22:15:03 PST 2007
[ http://wso2.org/jira/browse/WSAS-642?page=comments#action_13959 ]
Charitha Kankanamge commented on WSAS-642:
------------------------------------------
Attached service archive
> 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
> Attachments: calculatorschemaComplexTypeextensionService.aar
>
>
> 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
More information about the Wsas-java-dev
mailing list