RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

calling a wrong WSDL method #156

Open emesika opened 1 year ago

emesika commented 1 year ago

calling a wrong WSDL method :

Incorrect case usage detected for method: getProjectAtLocation in service: Project Found at pylero/src/pylero/project.py on line 93 Found at pylero/src/pylero/project.py on line 110

Incorrect case usage detected for method: doAutoassign in service: Tracker Found at pylero/src/pylero/work_item.py on line 813 Found at pylero/src/pylero/work_item.py on line 816

leelavg commented 1 year ago

yep! were you trying to fix/test anything and hit this codepath?

   <element name="getDefinedCustomFieldKeys">
    <complexType>
     <sequence>
      <element name="projectID" type="xsd:string"/>
      <element name="typeID" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>
emesika commented 1 year ago

Yes , I compared impl with WSDL and found more , updating the issue with them

leelavg commented 1 year ago

Yes , I compared impl with WSDL and found more , updating the issue with them

  • maybe the WSDL API changed for these, just a hunch 🤔