Skip to content

Conversation

ffrank
Copy link

@ffrank ffrank commented Sep 11, 2024

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 #833

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
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

Successfully merging this pull request may close these issues.

should create_message require default service to be defined in wsdl?
1 participant