You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesmvantellingen#833
Please provide the following information:
This fails with
ValueError: There is no default service defined. This is usually due to missing wsdl:service definitions in the WSDL
I explicitly created ServiceProxy object and passed it to Client.create_message, is it still necessary for service to be defined in wsdl?
The text was updated successfully, but these errors were encountered: