MSServices Changelog

What's new in MSServices 1.3.1

Dec 4, 2008
  • New XsltManager Application Block added. This block compiles and caches Xslt files. This application block is independent from MSServices, so you can use it seperately.
  • ".rest" extension has a "XsltManagerName" property to transform generated Xml output.
  • CodeGeneration options have improved.
  • A new "Definition Generator" node is introduced to Service node.
  • Now you can generate your own "Definition Generator" by applying Xslt to a Service.
  • A sample Xslt is introduced on web.config for Python output. eg. http://localhost:6095/Web/MSService.python generates Python code to call MSService atoms.
  • Encryption code now uses Enterprise Library features. Unnecessary encryption properties for Rijndael has been removed (commented). Define a Enterprise Library Symmetric Algorithm Provider for MS Service Application Block when you want to use authentication and authorization features.