Simon Fell > Its just code
Fixed the empty array problem, also there are some fixes for the propertyBag serializer, now that serializers are being pooled.
Articles migrated over from simonfell.manilasites.com
Hey, soma fm has some new channels, check it out.
Ok, I love Radio 8 so much, I'm moving my weblog from simonfell.manilasites.com to here [www.pocketsoap.com/weblog/]
So, see the little timestamp under here ?, how do i futz with that, what i want is an equivilent of MSNMangler for when I create new posts. Guess I'll need to start reading the docs.
Upstreaming now to www.pocketsoap.com
Got the permalinks re-generated.
Hmmm, still having permalink problems, only the friday one is working :(
For a while now, many people have stated the doing document/literal soap will interop better than doing section 5 encoded soap. I generally agree, there's a good definition of what's expected on the wire, and you get the added benifit of being able to use a validating parser to check the messages [something that's not possible with the section 5 encoding]. But in practice the XSD spec is approx. an order of magnitude larger than the section 5 spec, and you only get the interop if everyone agrees on the intereptation of the XSD spec, and if everyone implements the whole of the XSD spec. Current implementations aren't there yet, doc/literal toolkits have as many [and more scope] for interop issues as section5 based tools.