Le blog de Fatiha

Fan d'open source : Linux Fedora, Android, Firefox, MySQL, Gimp, php, python, … Je suis de près les actus du web.

How to download a wsdl file from an unknown axis service ?

Yesterday, I had this error when calling an axis service, an apache soap webservice :

<h1><service-name></h1>
<p>Hi there, this is an AXIS service!</p>
<i>Perhaps there will be a form for invoking the service here…</i>

I wanted to download the wsdl file as I didn’t know which verbs were implemented on that axis service.

So I did a quick search on the internet, on google, and I found this on apache website :

http://<host>/axis/services/<service-name>?wsdl

This is the URL to use in order to download the wsdl file.

So I launched a curl command :

curl -v http://<host>/axis/services/<service-name>?wsdl

————————–

It is my first post in english in this blog, so feel free to correct any english error. 

Histoire des langages de programmation en infographie

Sur le site de Vincent Abry, j’ai trouvé une infographie fort intéressante sur l’histoire des langages de programmation, de Fortran au Java, en passant par le pascal, le php, le python ou encore perl.

Pour la petite histoire, voici les premiers langages de programmation que j’ai appris à l’école :

  • Pascal
  • Assembleur
  • C++
  • PHP

Ensuite une fois dans le monde professionnel, je me suis mise au perl, à l’html, au javascript, au shell, … Ces derniers temps j’apprends tranquillement le langage python.

Pour revenir à l’infographie, il ne faut pas prendre en compte la classement des langages de programmation les plus utilisés. Ce classement évolue en effet très vite et d’après @cafedelinfo qui a relayé l’information publiée sur le monde de l’informatique, ci-dessous le nouveau classement :