python-zeep
python-zeep copied to clipboard
fixing service creation for AsyncClient in the `elegant` way
This pull request is intended to fix issue with AsyncClient.create_service, which returns a service that can`t be used (mentioned in issue #1168 There also is PR #1202 solving the same issue. This PR presents the way that was suggested in a comment for that PR. @mvantellingen, is this OK and can this be merged please?