Simon Fell > Its just code
Before i realized i has 2 weeks left to write 4 wsdl tools, I was tinkering with a SOAP based notifications interface for weblogs.com. The basic service is up and running, if you're feeling adventurous, feel free to give it a go.
compound2 working as well, but i knew things were going too well, its blowing big chunks on the anonymous types in InteropTestDocLitParameters
Another one bites the dust, that's the first doc/literal test working, onto the compound2 test.
That's the rpc/encoded stuff done, onto doc/literal land ....
Anyone know a MSXML 4.0 SOM expert ?, I have a problem I posted to the XML newsgroup, no responses yet. Digging around the SOM docs, i can't see anything that covers this at all, which given the prevelance of QNames in XSD seems to be something of a hole. I currently have a hacked up version which pipes the schmea through a SAX chain that expands that particular attribute value at that point, so that later when i get the value from the SOM, it has uri:localname instead of prefix:localname.