Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling a wrong WSDL method #156

Open
emesika opened this issue Sep 28, 2023 · 3 comments
Open

calling a wrong WSDL method #156

emesika opened this issue Sep 28, 2023 · 3 comments

Comments

@emesika
Copy link
Contributor

emesika commented Sep 28, 2023

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
Copy link
Collaborator

leelavg commented Sep 29, 2023

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 emesika changed the title project.py:get_defined_custom_field_keys calling a wrong WSDL method calling a wrong WSDL method Oct 2, 2023
@emesika
Copy link
Contributor Author

emesika commented Oct 3, 2023

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

@leelavg
Copy link
Collaborator

leelavg commented Oct 3, 2023

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

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

emesika added a commit to emesika/pylero that referenced this issue Dec 4, 2023
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

Signed-off-by: Eli Mesika <emesika@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants