Simon Fell > Its just code
Thanks to Stephen J. Ogden, Vincent Flanders & Matt Conway, they all pointed out a bug in the Word blogging code, I'd gone to the trouble to extract the HTTP proxy settings out to the top of script, where they'd be easly spottable / changable, then completely forgot to change the code that configures the proxy connection, doh !. The correct version of the getTransport function should look like
Private Function getTransport() As Object
Dim t
Set t = CreateObject("pocketSOAP.HTTPTransport")
If Len(PROXY_SERVER) > 0 Then
t.SetProxy PROXY_SERVER, PROXY_PORT
End If
Set getTransport = t
End Function
I'll update the code drop later tonight.
Inspired by Rael, the Related: logs on the right are now generated by Google. Note: I initially tried the google.macros.box, but what I got was pretty much "Sam Ruby, Sam Ruby, Sam Ruby, ..." Booring. [Sam Ruby] Slick, looks like a good idea.
Editors' Newswire for 12 April, 2002. Newswire stories, including: WSIO goes RAND?. [xmlhack]
I guess this might be a good time to mention this, I'm looking for a job. If you're looking for a switched on Web Services guy in the Bay Area, let me know.
Wow, last nights Radio Blogging from Word seems to be a big hit. Dave, thanks for the kind words and the flow