AXIS pour eclipse

Abaka Messages postés 9 Statut Membre -  
kirov Messages postés 8 Statut Membre -
Bonjour tout le monde ,

j'aimerai bien ajouter le plugin Axis à Eclipse pour pouvoir générer les WSDL ( Web service ) mais je ne sais meme pas comment et comme je suis débutant dans le domaine je suis out
alors si quelqu'un l'a déja ajouté prière de m'orienter vers un lien utile

Merci
Configuration: Windows XP
Internet Explorer 6.0

2 réponses

  1. kij_82 Messages postés 4102 Date d'inscription   Statut Contributeur Dernière intervention   857
     
    Bonjour,

    Je travail actuellement sur les web services aussi, je m'y plonge progressivement et je m'intéresse aussi à Axis.
    Pour ce qui est du plug-in Eclipse, je te propose de suivre le tutorial à cette page :
    http://www.jmdoudoux.fr/java/dejae/chap026.htm

    Personnellement je ne suis pas arrivé au bout (encore) car j'ai une erreur non stipulée lors du lancement de mon serveur... mais avec le temps peut-être que ça fonctionnera ^^

    Tu as aussi ce tutorial (mais je le trouve pas terrible):
    https://karamimed.developpez.com/j2ee/tutoriels/axis/

    Je te propose de mettre en commun nos connaissances sur ce topic pour avancer plus vite à deux :)

    EDIT: tout en bas de cette discussion :
    https://www.developpez.net/forums/d174856/java/developpement-web-java/services-web/debutant-axis-p-eclipse/
    Tu as un lien pour télécharger le plug-in WTP d'Eclipse qui m'a l'air fort sympatique (pas encore testé)

    0
    1. Abaka Messages postés 9 Statut Membre
       
      Merci kji_82 pour ces liens , et je suis prêt à mettre la main dans la main pour avancer ;)
      -1
      1. kij_82 Messages postés 4102 Date d'inscription   Statut Contributeur Dernière intervention   857 > Abaka Messages postés 9 Statut Membre
         
        Re,

        Alors, je te conseille vivement de télécharger WTP pour éclipse ici :
        http://www.eclipse.org/webtools/
        Pour installer, comme d'habitude, tu dézipe dans le répertoire d'installation de ton éclipse. Attention aux pré-requis (version d'éclipse, tomcat, etc.)

        Dans WTP quand tu l'installe, tu as pas mal d'outil inclus, dont Axis, ce qui est donc ce que nous recherchons tout les deux :)

        Ensuite tu peux t'enregistrer sur le site d'IBM pour avoir ces deux tutoriaux sur WTP et la création d'un web service. Je te donne le lien sur la page qui liste ces tutoriaux ainsi que les liens directs vers ces deux tutoriaux :

        Page :
        http://www.intelligentedu.com/blogs/post/Best_New_Training_Sites/440/Best-27-Eclipse-Tutorials-by-IBM

        Tuto 1: (création du web service - partie serveur)
        http://www6.software.ibm.com/...
        Tuto 2: (utilisation du web service - partie client )
        http://www6.software.ibm.com/...

        Voilà, pas encore lu les tuto mais je pense qu'il sont pas mal.
        -1
      2. mi > kij_82 Messages postés 4102 Date d'inscription   Statut Contributeur Dernière intervention  
         
        hi,
        l am trying to deploy a web service on eclipse but l am not seing the service in
        the web page. l did it with the Axis2 Service Archiver Wizard. At the end of all
        the required steps, the wizard reported that the service has been deployed
        successfully, but in the Foder
        C:\Program Files\Apache Software Foundation\Tomcat
        5.5\webapps\axis2\WEB-INF\services there is no file with the extension .aar
        generated for the service l have deployed.

        l tried many times but it is the same result, what is the problem ?
        0
      3. kij_82 Messages postés 4102 Date d'inscription   Statut Contributeur Dernière intervention   857 > mi
         
        Hi,

        For my work, i developped / installed and deployed many web services thanks to Eclipse & Axis 1.
        I used the following pages to help me, maybe it will help you too ?

        Starting guide for Axis 2:
        http://axis.apache.org/axis2/java/core/docs/quickstartguide.html

        Marshalling / unmarshalling object process:
        http://ws.apache.org/jaxme/manual/ch02s02.html

        And finaly a tutorial for Axis web services deployments (in french sorry, maybe you can translate it):
        https://karamimed.developpez.com/j2ee/tutoriels/axis/#LII-C

        The main idea is to make your own WSDL file, describing all functionalities of your web service (i.e. binding url, ports, handlers, services), and then to create the stub & skeleton files thanks to the Axis/WebService Eclipse plugin. That will help you to automatically create the Java class you need to call / use your web service from a client program.

        If you want to deploy your web service then, you just have to use the Eclipse wizard and then your web service (if your program works fine) should work, else you should have several logs to help you to debug your project.

        I fear i can't help your more as i'm not really fluent in english and so doesn't known the required vocabulary to explain it more precisly, good luck.

        ps: you should ask your questions on an english forum instead of a french one ;)
        0