Web Service (WS) tranférer des fichiers (Attachments) avec Axis
Par PlaceOweb le mardi, juillet 10 2007, 00:59 - JAVA - Lien permanent
En attendant une explication claire, voici quelques liens expliquant l'utilisation d'Axis pour échanger (upload/download) des fichiers (pièces jointes) avec les WS via Axis
En 2008, sur internet on trouve :
- WSO2 Oxygen Tank | Oxygen for SOA & Web Services Developers
- Developing Web Services Using Apache Axis2 Eclipse Plugins (June 10, 2007)
- Voici un tuto complet (explication + sources en .zip) qui fonctionne parfaitement avec Axis2 pour télécharger des fichiers binaires par Web Service : Downloading a Binary File from a Web Service using Axis2 and SOAP with Attachments (June 5, 2007)
- Using SOAP with Attachments in Apache Axis2 (May 4, 2007)
- More Control Over MIME Attachments with Axis2 (February 15, 2007)
- Axis
- Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol")
- Axis2
- Apache Axis2 est la même chose mais complètement revu.
- Handling Binary Data with Axis2 (MTOM/SwA)
- Axis2 Tools
- SOAP with Attachments API for Java
- Web Services : SOAP with Attachments API for Java : SAAJ Tutorial : Adding Attachments
En 2007, sur internet on trouve :