|
Really, I see the XSLTs and sample XML messages as the core of the example, and to try those out you just need any XSLT processor. To get the whole thing working as a running web service and client, you'd need the WebLogic 8.1 platform for starters, set a few environment variables, and then you'd run the Ant builds and test out the client against the service as deployed on the WebLogic Server. And what you'd get for that effort is you'd see the XSLT in action for live, running SOAP messages, rather than against static XML documents that have the same content. So I don't recommend taking the time on that; I'd just point your favorite XSLT processor at the sample XML docs using the provided XSLTs. |