Hi all,
When deploying a web service using AXIS2C, the server sends a response
to the following URLs:
http://<IP>:<port>/axis2/services/<service>?wsdl
http://<IP>:<port>/axis2/services
However, when accessing to this URL, the response is 404 Not Found:
http://<IP>:<port>/axis2/services/<service>
In my project, I need to send an answer to this URL, like is done in
another AXIS servers:
http://www.ebi.ac.uk/soaplab/services/edit.biosed
I've made some modifications to the source code in order to send this
response. Could you please review it and send me your feedback?
Thanks!
Xavi