I need to call a web-service, that is built using axis2. When I try to call this service, it throw an exception. This exception is: The service cannot be found for the endpoint reference. In the wsdl file I set the location property to: http://localhost:8080/SMSWebServer/services/SMSWS.
In the client I use that endpoint to call the web-service.
Someone can tell me why it happens?