Closed GoogleCodeExporter closed 9 years ago
Thanks very much for the detailed report!
Feel free to submit a patch if you want to propose a fix, PR are always welcome
;-)
I can review this after finishing the XMLSEC WSSE support that I'm working on,
but I'll have to set up a .NET environment to test it (I didn't faced this
issue with other WCF services I have access), so it will be faster if you can
confirm and fix it directly.
Original comment by reingart@gmail.com
on 16 Sep 2014 at 9:14
Apologies, it appears that the issue is actually in client.py
xml_tree_to_services() method. When iterating through wsdl.messages, the
following line
type_uri = wsdl.get_namespace_uri(type_ns)
should be changed to
type_uri = part.get_namespace_uri(type_ns)
This allows the get_namespace_uri method to properly search the current element
for the namespace uri, and recurse all the way up to the root node.
I can create a pull request if you'd like.
Original comment by d.li...@gmail.com
on 16 Sep 2014 at 9:14
Please, feel free to go ahead an create a PR, thanks in advance!
Original comment by reingart@gmail.com
on 16 Sep 2014 at 9:30
I added pull request #20 on GitHub.
Original comment by d.li...@gmail.com
on 17 Sep 2014 at 2:19
This issue was closed by revision f6925e9e692e.
Original comment by reingart@gmail.com
on 17 Sep 2014 at 5:59
This issue was closed by revision 5ce260640547.
Original comment by reingart@gmail.com
on 17 Sep 2014 at 5:59
Thanks very much!
I've also added you to the contributor group in this site (and given
permissions to edit wiki/issues just in case), feel free to contact me if you
need anything else
Original comment by reingart@gmail.com
on 17 Sep 2014 at 6:01
Original issue reported on code.google.com by
d.li...@gmail.com
on 16 Sep 2014 at 8:57Attachments: