LudowikiFormations   Formation Java WebServices
 

Accueil > Formations > WebServices

Java2WSDL

En veillant a avoir bien inclus les fichiers JARs de Axis dans votre classpath, voici le type de commande a taper pour generer un fichier WSDL (uppercase.wsdl) a partir de l'interface UpperCase avec Java2Wsdl :

% java org.apache.axis.wsdl.Java2WSDL -o uppercase.wsdl  -l"http://localhost:8080/axis/services/UpperCase" -n "urn:td1" -p"fr.iutnice.ws.td1.UpperCase" "urn:td1"   fr.iutnice.ws.td1.UpperCase 

Ou: