Skip to content
Snippets Groups Projects
Commit 586a57f6 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

args name min and max not yet changed in do_it_1.sh

parent 4810623b
Branches master
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ cp src/services.xml RandomService/META-INF/
cd RandomService
javac if3040/soap/RandomService.java
$AXIS2_HOME/bin/java2wsdl.sh -cp . -cn if3040.soap.RandomService -of META-INF/RandomService.wsdl
# args1 =>min, args2 => max
cd ..
mv RandomService $AXIS2_HOME/repository/services/
......@@ -28,5 +27,5 @@ sed -i '64d' axis2-1.7.9/bin/axis2server.sh
$AXIS2_HOME/bin/axis2server.sh
# go to: https://<repl-url>.repl.co/axis2/services/RandomService/nextRandom
# or: https://<repl-url>.repl.co/axis2/services/RandomService/setBounds?min=-2&max=2
# or: https://<repl-url>.repl.co/axis2/services/RandomService/setBounds?args0=-2&args1=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment