not quite random
nothing in particular

 


December 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Nov   Jan










Subscribe to "not quite random" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

jenett.radio.randomizer - click to visit a random Radio weblog - for information, contact randomizer@coolstop.com

Blogchalk:
Portsmouth, NH, US




 

Thursday, December 19, 2002

Migrating from XML-RPC to SOAP

I just skimmed through "From XML-RPC to SOAP, A Migration Guide", and I can't help but thinking this is the wrong approach. First off, a SOAP client can't actually use an existing (unmodified) XML-RPC implementation. This migration guide calls for changes to the old implementation -- although I guess slow movement what migration is all about. Second, it just seems like it would be easier to provide a converter that would rewrite SOAP requests so the XML-RPC server could process them:

  • strip off the envelope and body tags
  • sanitize any namespaces
  • munge the headers if necessary
This way, the client doesn't have to be "backwards compatible", and the server doesn't have to be retrofitted. I guess I should provide an implementation, but I'll leave that as an exercise for the reader...

11:44:20 AM   #  

Creating a DSN from Python

This is pretty simple. All I did was to convert the MS KB article from Visual Basic to Python. Note that this won't actually create the .mdb file. That's a little trickier -- I can't find a Python binding for the DLL call and I don't have the need for it at the moment. See init_dsn.py for details.

3:56:05 PM   #  

If you are a charity, and you interrupt and harass me on the phone, don't wait by the mailbox for anything from me.

4:56:26 PM   #  

That goes double if you're not a charity and you're trying to make money by calling and harassing me on the phone. I'm at least polite to (what I presume, perhaps wrongly, to be) the volunteer telemarketers.

4:57:46 PM   #  

By the way, I'm considering a name change from "not quite random" to "mean old bastard". I wonder if it's already in use?

4:58:38 PM   #  


Click here to visit the Radio UserLand website. © Copyright 2003 Brian St. Pierre.
Last update: 1/3/2003; 8:34:41 AM.