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

WSDL 69+ changes field formats from DateTime to Date #133

Open
xer0x opened this issue Jan 11, 2016 · 0 comments
Open

WSDL 69+ changes field formats from DateTime to Date #133

xer0x opened this issue Jan 11, 2016 · 0 comments

Comments

@xer0x
Copy link
Contributor

xer0x commented Jan 11, 2016

56 fields had their type changed in WSDL 69. Fields that would accept 2015-01-30T12:00:00 now want 2015-01-30. Currently we use Date.toISOString() to write the dateTime fields in to the XML. We'll need to conditionally chop off the time when appropriate. IF we want to be able to send Date objects into XML without setting them to the appropriate string first.

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

No branches or pull requests

1 participant