Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queryObject method fails with exception "date data has invalid format "2010-11-08T00:00:00" #43

Open
danterossi12 opened this issue Sep 17, 2019 · 1 comment

Comments

@danterossi12
Copy link

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', '')

@cackharot
Copy link
Owner

Kindly provide an example WSDL and payload to diagnose further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants