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 "Jim Murphy (JIRA)" <ji...@apache.org> on 2006/02/08 22:26:57 UTC

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

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


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


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

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-436?page=all ]
     
Deepak Bhole resolved AXIS2-436:
--------------------------------

    Fix Version: 0.95
     Resolution: Fixed
      Assign To: Deepak Bhole

Fixed in trunk.

> 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
>     Assignee: Deepak Bhole
>      Fix For: 0.95
>  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


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

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-436?page=comments#action_12365993 ] 

Deepak Bhole commented on AXIS2-436:
------------------------------------

Fixed in svn.

> 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