Hello, this may be a stupid question but I don't seem to be able to get it right:

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]



Reply via email to