You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "Lawrence Mandel (JIRA)" <ji...@apache.org> on 2007/01/26 20:26:49 UTC

[jira] Resolved: (WODEN-1) element attr of interface->input can contain a type and no validation error is reported

     [ https://issues.apache.org/jira/browse/WODEN-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lawrence Mandel resolved WODEN-1.
---------------------------------

    Resolution: Fixed

This issue has been fixed for some time. I've opened Woden-131 to track the removal of the schema read from the parser.

> element attr of interface->input can contain a type and no validation error is reported
> ---------------------------------------------------------------------------------------
>
>                 Key: WODEN-1
>                 URL: https://issues.apache.org/jira/browse/WODEN-1
>             Project: Woden
>          Issue Type: Bug
>          Components: Validation
>         Environment: J2SE 1.4.2
>            Reporter: Jeremy Hughes
>         Assigned To: Lawrence Mandel
>            Priority: Minor
>             Fix For: M7
>
>
> This WSDL [1] has the following:
>         
>     <wsdl:interface name="EchoInterface">
>         <wsdl:operation name="Echo" pattern="http://www.w3.org/2005/08/wsdl/in-out">
>             <wsdl:input element="xs:string"/>
>             <wsdl:output element="xs:string"/>
>         </wsdl:operation>
>     </wsdl:interface>
> According to the spec [2], the element attribute value must resolve to an element declaration from the element declarations of the Description. xs:string isn't such an element as it is a simple type defined in XML schema [3]
> [1] http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/bad/Service-1B/Service.wsdl
> [2] http://www.w3.org/TR/2005/WD-wsdl20-20050803/#InterfaceMessageReference_Mapping
> [3] http://www.w3.org/2001/XMLSchema.xsd

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org