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
In the process of transitioning from python 2.7 to python 3.7 and recently switched to suds-py3. I noticed that when testing code that is known to work in python 2.7, I am getting exception error on 'client.service.queryObject()' with error message "date data has invalid format "2010-11-08T00:00:00". Any ideas how to update the date handling here?
In the process of transitioning from python 2.7 to python 3.7 and recently switched to suds-py3. I noticed that when testing code that is known to work in python 2.7, I am getting exception error on 'client.service.queryObject()' with error message "date data has invalid format "2010-11-08T00:00:00". Any ideas how to update the date handling here?
client = Client(url)
client.options.location = None
client.service.authenticate(userid, pstr)
employees = client.service.queryObject('Employee', '')
The text was updated successfully, but these errors were encountered: