-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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
changed the title
project.py:get_defined_custom_field_keys calling a wrong WSDL method
calling a wrong WSDL method
Oct 2, 2023
Yes , I compared impl with WSDL and found more , updating the issue with them |
|
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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: