[ 
https://wso2.org/jira/browse/WSAS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985#action_15985
 ] 

Jonathan Marsh commented on WSAS-642:
-------------------------------------

Types with extensions are now mapped to xs:anyType instead of being swallowed.

It would be possible (though hairy) to better support the particular type of 
extension used in the test service, (types that are compatible extensions of 
RPC-conformant types) but since that's far from a general solution to extended 
types I'm not sure it's worth it.

> Tryit does not work if an extension is present in a complexType of schema
> -------------------------------------------------------------------------
>
>                 Key: WSAS-642
>                 URL: https://wso2.org/jira/browse/WSAS-642
>             Project: WSO2 WSAS
>          Issue Type: Bug
>    Affects Versions: Nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: 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: 
https://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

Reply via email to