forked from mvantellingen/python-zeep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the create_message function for clients with no default service.
Even though the Client.create_message function expects a service parameter, this service was not passed on to the SOAP implementation. The SOAP binding would invariably use the default service in the client object, and raise an exception if it was not found. Fix this by adding an optional service parameter to the SoapBinding.create method as well. Fixes mvantellingen#833
- Loading branch information
Felix Frank
committed
Sep 11, 2024
1 parent
377d931
commit a40fea3
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters