Community Page
- paulmwatson.com/journal Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Make songbird look like spotify: http://addons.songbirdnest.com/addon/1440
- Got it, thanks Paul!
- Email me your email address so I can invite you Mike (paul@paulmwatson.com)
- Happy New Year to you, as well! I was stopping by to see if you would be willing to lend a reader a Spotify invitation. I am desperately hoping to be able try out the service. Thanks! Mike
- Nice one Jamie. Even more ironic is that that "mass production" is probably still underpaid, underage workers in some 3rd world country sweat-shop.
Jump to original thread »
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 »
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.