News

In an earlier blog entry , I wrote about using Trang to generate XML Schema from an XML source document.
It is remarkably easy to generate Schema with schemagen from a Groovy class, but what if I don’t want an attribute of the class to be part of the generated schema?
I'm having a little-bit of confusion properly understanding how WCF services generate there XML (or JSON) payload for POST RESTful services. I have such a service that I wrote, and depending on ...