I have this class :
class VerySimpleWs {
public int sum(int a, int b) {
return a + b;
}
}I want to publish it as a web service with Cocoon. How do I do that ? What's the simplest way to deploy some functionality as a webservice with Cocoon?
Thank you, Adrian.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
