> Don`t you just deploy your JWS Files and call them via URL? > Axis autogenerates your WSDL when using *.jws Files. > > Or did I get your problem wrong?
Well... I could do that, I could copy the Axis servlet and configure my webapp to route *.jws requests to it but the thing is that I don't want to use Axis alone. I'm trying to combine Axis for connectivity (my client is mobile so the best solution to connect to the service is via JSR 172 WSA) with Cocoon for multi-channel capabilities. What I'm trying to achieve is that I want to intercept the WebService response at some point to inject it into a few pipelines and then reinsert the result into a SOAP message before to send it back. You see ? -- Sebastien ARBOGAST --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
