You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepak Bhole (JIRA)" <ji...@apache.org> on 2006/02/09 23:49:55 UTC

[jira] Updated: (AXIS2-436) Version service WSDL is not schema valid

     [ http://issues.apache.org/jira/browse/AXIS2-436?page=all ]

Deepak Bhole updated AXIS2-436:
-------------------------------

    Attachment: axis2-436.patch

The schema has no name attribute for the operation element. Attached patch fixes the issue.

> Version service WSDL is not schema valid
> ----------------------------------------
>
>          Key: AXIS2-436
>          URL: http://issues.apache.org/jira/browse/AXIS2-436
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: wsdl
>     Versions: 0.94
>     Reporter: Jim Murphy
>  Attachments: axis2-436.patch
>
> schema validation error:
> Attribute 'name' is not allowed to appear in element 'soap:operation'. 
>  <wsdl:binding name="versionBinding" type="tns:versionPort">
>       <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
>       <wsdl:operation name="getVersion">
>          <soap:operation name="operation" soapAction="getVersion" style="document" />
>          <wsdl:input>
>             <soap:body use="literal" namespace="http://www.org.apache.axis2" />
>          </wsdl:input>
>          <wsdl:output>
>             <soap:body use="literal" namespace="http://www.org.apache.axis2" />
>          </wsdl:output>
>       </wsdl:operation>
>    </wsdl:binding>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira