IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Services Web Java Discussion :

Permission et accès à /Axis/services/AdminService


Sujet :

Services Web Java

  1. #1
    Futur Membre du Club
    Inscrit en
    Décembre 2010
    Messages
    10
    Détails du profil
    Informations forums :
    Inscription : Décembre 2010
    Messages : 10
    Points : 6
    Points
    6
    Par défaut Permission et accès à /Axis/services/AdminService
    Bonjour,

    Je butte sur cette erreur, quelqu'un peut-il m'aider ?
    Processing file deploy.wsdd
    Exception: AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (403)Forbidden
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 403
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>403 Forbidden</title>
    </head><body>
    <h1>Forbidden</h1>
    <p>You don't have permission to access /axis/services/AdminService
    on this server.</p>
    </body></html>

    {http://xml.apache.org/axis/}HttpErrorCode:403

    Appuyez sur une touche pour continuer...
    Merci d'avance

  2. #2
    Nouveau Candidat au Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2012
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Enseignement

    Informations forums :
    Inscription : Mai 2012
    Messages : 1
    Points : 1
    Points
    1
    Par défaut
    Bonjour,

    Je travaille sur un client web service et je rencontre une erreur similaire à la tienne lors de mon contrôle . La voici:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    AxisFault
     faultCode: {http://xml.apache.org/axis/}HTTP
     faultSubcode: 
     faultString: (403)Forbidden
     faultActor: 
     faultNode: 
     faultDetail: 
    	{}:return code:  403
    <HTML><HEAD>
    <TITLE>Interdiction d'accès</TITLE>
    </HEAD>
    <BODY>
    <FONT face="Helvetica">
    <big><strong></strong></big><BR>
    </FONT>
    <blockquote>
    <TABLE border=0 cellPadding=1 width="80%">
    <TR><TD>
    <FONT face="Helvetica">
    <big>Interdiction d'accès (policy_denied)</big>
    <BR>
    <BR>
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
    Cette URL est interdite ou n'est accessible qu'aux usagers préalablement authentifiés
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica">
     
    </FONT>
    </TD></TR>
    <TR><TD>
    <FONT face="Helvetica" SIZE=2>
    <BR>
    ---------------------------------------------------.
    </FONT>
    </TD></TR>
    </TABLE>
    </blockquote>
    </FONT>
    </BODY></HTML>
     
    	{http://xml.apache.org/axis/}HttpErrorCode:403
     
    (403)Forbidden
    	at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
    	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
    	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)
    Je précise être relié au réseau de l'entreprise dans laquelle je travaille et le réseau est derrière un proxy.
    De plus, en remarquant le "Cette URL est interdite ou n'est accessible qu'aux usagers préalablement authentifiés" (lire préalablement authentifiés),
    j'ai précisé dans mon code les lignes suivantes:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    System.setProperty("proxySet","true");
    System.setProperty("http.proxyHost","a");
    System.setProperty("http.proxyPort","b");
    System.setProperty("http.proxyUser", "c");
    System.setProperty("http.proxyPassword", "d");
    (avec les bonnes valeurs pour a,b,c et d)

    Pour autant l'erreur persiste. @valzon, essaye cette piste et donne moi ton retour ça m'aidera peut-être aussi !

Discussions similaires

  1. Permission d'accès aux répertoires
    Par flash_math dans le forum Framework .NET
    Réponses: 2
    Dernier message: 27/01/2008, 19h41
  2. [3.5] Acces web service http GET
    Par CUCARACHA dans le forum Services Web
    Réponses: 1
    Dernier message: 17/12/2007, 19h44
  3. [Qt4 Linux Mandriva] permissions d'acces
    Par campistrol dans le forum Qt
    Réponses: 4
    Dernier message: 14/12/2007, 11h05
  4. permission d'accès à un poste WIN XP
    Par mzt.insat dans le forum Administration
    Réponses: 3
    Dernier message: 05/02/2007, 02h36
  5. Accès aux services de reporting à partir de IE
    Par aemag dans le forum MS SQL Server
    Réponses: 9
    Dernier message: 18/09/2006, 16h07

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo