I received a WSDL file for a web service interface that our system should call somewhere in the future.
Until then, I'd like to setup a dummy/mockup web service that does nothing else than to log the web service invocations and return dummy data.
What I've done so far is to generate Java objects from the WSDL file.
What's the fastest way to setup such a mockup web service when you already have an application server (here: JBoss) running?