cancel
Showing results for 
Search instead for 
Did you mean: 

content webservice little bug

jcuevas
Champ in-the-making
Champ in-the-making
where can i report alfresco bugs?

lines 209 to 215 of content web service wsdl file says:


      <wsdl:operation name="read">
         <wsdl:documentation>Retrieves content from the repository.</wsdl:documentation>
         <wsdl:input message="content:readRequest" name="describeRequest"/>
         <wsdl:output message="content:readResponse" name="describeResponse"/>
         <wsdl:fault message="content:ContentFault" name="ContentFault"/>
      </wsdl:operation>

and should say:


      <wsdl:operation name="read">
         <wsdl:documentation>Retrieves content from the repository.</wsdl:documentation>
         <wsdl:input message="content:readRequest" name="readRequest"/>
         <wsdl:output message="content:readResponse" name="readResponse"/>
         <wsdl:fault message="content:ContentFault" name="ContentFault"/>
      </wsdl:operation>
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Thanks for reporting this, for future reference you can submit bugs here: http://www.alfresco.org/jira/secure/Dashboard.jspa

I have made the change and checked it in, it should appear in the next nightly build.