DISQUS

DISQUS Hello! Life is grand is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Ruby, SOAP and a Date

Started by paulmwatson · 1 year ago

If you need to send a date parameter to a Web Service using Ruby and SOAP:WSDLDriver then be sure to use the DateTime object. I just spent two mind-numbing hours trying to figure out why it wouldn’t accept my param.

e.g.

dateToUse = DateTime.civil(2005, 1, 1, 1, 1, 1)

soapResponse = soap.GetNewTagsSince(:sinceDate => dateToUse) ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login