sysrep:tp2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sysrep:tp2 [2013/12/11 12:38] – [TP2 : Web Services] orel | sysrep:tp2 [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 56: | Line 56: | ||
Récupérez la description WSDL du service HelloWorld, puis générez les stubs avec la commande : | Récupérez la description WSDL du service HelloWorld, puis générez les stubs avec la commande : | ||
- | java -cp / | + | java -cp ${AXIS_HOME}/lib/\* org.apache.axis.wsdl.WSDL2Java HelloWorld.wsdl |
Compilez les fichiers stubs. | Compilez les fichiers stubs. | ||
Line 80: | Line 80: | ||
</ | </ | ||
+ | Pour compiler et exécuter : | ||
+ | |||
+ | <code bash> | ||
+ | $ javac -cp ${AXIS_HOME}/ | ||
+ | $ java -cp ${AXIS_HOME}/ | ||
+ | </ | ||
+ | | ||
====Utilisation d'un Web Service sur Internet==== | ====Utilisation d'un Web Service sur Internet==== | ||
sysrep/tp2.1386765525.txt.gz · Last modified: 2024/03/18 15:05 (external edit)