Simon Fell > Its just code > June 2004
Tuesday, June 29, 2004
RESTlog.NETA few folks have pinged me about working on RESTlog.NET, so I've moved it to sourceforge. The code up there has a bunch of stuff ( comments, comment-api, wfw:comment, atom feed ), that's not in the 0.1 release. Going to try and get the current features finalized and a 0.3 release wrapped up.
Bay.NET WS TalkHey, looks like Scott Hanselman is coming to the bay area, and bonus for me, its only one floor away!, looking forward to seeing what Scott has to say.
Doc/Literal/BareTim has a post about Doc/Literal/Bare style web services in .NET over on his new blog. For the PocketSOAPers out there, this is exactly what the PocketSOAP WSDL wizard will generate.
Saturday, June 19, 2004
MSFT not planning to support the WS-I Attachments profileBurried in this MSDN doc on choice's for attachments is the statement that Microsoft don't plan on supporting Soap with Attachments, which is the basis for the WS-I Attachments profile. Oh well, don't expect the current nightmare around soap attachments (for which we largely have MS to thank for) to go away anytime soon.
Wednesday, June 16, 2004
MS web designers -- "What Security Initiative?"Very interesting post to Full Disclosure and NTBugTraq about the state of the MS Web site and its over active use of client side scripting to do simple server side stuff.
Wednesday, June 09, 2004
\\ TODOMicrosoft patents 'to-do' list, surely the Eclipse boys had this before VS.NET ?
Monday, June 07, 2004
GXA IPBeen reading up on WS-Eventing (and WS-Events) recently, however the potential IP issues with both specs (the spec doesn't give you any IP license, nor indicate what terms any IP license might be on) would make me nervous about implementing either of them. I tend to agree with Steve Vinoski's post that this is hurting more than helping. Until the GXA folks detail the IP stance for all these specs, how is anyone outside of the GXA clan (not just people building tools, but people building services too) supposed to make any forward progress ?, or perhaps with my cynical bastard hat on, I'd say that was the point.
Saturday, June 05, 2004
XML DevConChris is looking for speakers for the next XML DevCon, I'm hoping I can get out to this one.
Wednesday, June 02, 2004
MSTK HistoryTomas is calling MS on their attempt to rewrite history of the MS SOAP Toolkit.
Web services tools currently suckTed Neward has a post about web service tools, and their magic wand approach of generating WSDL / services from class definitions (ala ,NET / Java ), and how that's evil etc. Then goes on to say that doc/literal is going to save us. Whilst I agree that doc/literal is generally better than rpc/encoded (assuming tools get around to supporting all of XSD, the current mismatch of partial XSD support is an interop nightmare for authoring service WSDLs) using doc/literal won't magically save you either, its just as easy in both .NET & Axis to build doc/lit services from class definitions as it is to build rpc/enc services. In fact Ted's .NET magic wand sample actually is a doc/literal service. Basically, as much as the tool vendors would like you to believe otherwise, 3 years on from the SOAP 1.1. spec, its still a tedious error prone job to build good web services.
