Consommation d'un Web services
Bonjour,
Je suis complètement débutant en Web services. J'utilise un serveur d'édition JasperServer qui fournit un web services permettant d'accéder au ressources se trouvant sur le serveur. Jasper fournit un client permettant d'exploiter ce service web.
lorsque j'essai d'acceder au web service j'ai un erreur
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
ATTENTION: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (302)D?plac? Temporairement
faultActor:
faultNode:
faultDetail:
{}:return code: 302
{http://xml.apache.org/axis/}HttpErrorCode:302
(302)D?plac? Temporairement
at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:218)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812) |
Etant totalement novice dans le domaine je ne comprend pas trop le message. Quelqun peut t'il m'eclairer un peu ?
Merci d'avance !