I'm relatively new to how web services work so I've gone though a tutorial from http://blog.saminda.org/2008/07/light-weight-osgi-based-axis2-powered.html which sets up a web service that prints hello.
The code to print out hello is here. In the same project here, there is another web service that adds two numbers together.
To access the "hello" web service, I just go to my browser and go to http://localhost:8080/bridge/services/Version/getVersion .
But how do I do that for the calculator web service? What's the url? Or do I have to do something extra to register that as a service first?