[mashup-dev] [jira] Commented: (MASHUP-267) WSDL should refer to
xs:anyType type, not xs:any.
Jonathan Marsh (JIRA)
jira at wso2.org
Sat Sep 8 07:02:52 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-267?page=comments#action_12368 ]
Jonathan Marsh commented on MASHUP-267:
---------------------------------------
This has been fixed, hasn't it? I already reverted wsdl2sig to look for anyType again instead of any...
> WSDL should refer to xs:anyType type, not xs:any.
> -------------------------------------------------
>
> Key: MASHUP-267
> URL: http://www.wso2.org/jira/browse/MASHUP-267
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Environment: http://localhost:7762/services/version/; Vista; IE7
> Reporter: Jonathan Marsh
> Assigned To: Keith Godwin Chapman
> Priority: Critical
> Fix For: 0.2
>
>
> Here's a snippet from a schema:
> <xs:complexType name="returnJSArrayWithIndicesResponseType">
> <xs:sequence>
> <xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="xs:any"/>
> </xs:sequence>
> </xs:complexType>
> xs:any is the name of an element in the schema language, defined in part 1. xs:anyType is the urtype defined in part 2. xs:any should never appear as an xml schema type!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list