Bonjour,

J'ai un problème au niveau de l'utilisation d'Axis2, je m'explique :

J'ai accès à : http://localhost:8080/axis2/

Je peux voir le service Version : http://localhost:8080/axis2/services/Version?wsdl

Seulement d'après les tutos et documentations que j'ai lu je devrais pouvoir récupérer le fichier XML de réponse de ce service.

Utilisation du service Version : http://localhost:8080/axis2/services...hod=getVersion

Or cette URL me retourne une erreur :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
<soapenv:Reason>
<soapenv:Text xml:lang="en-US">
The endpoint reference (EPR) for the Operation not found is /axis2/services/Version?method=getVersion and the WSA Action = null
</soapenv:Text>
</soapenv:Reason>