In this lab you will create a web service interface using Java™ that describes the
calculator operations the web service will provide. Using this interface, you will then generate a standard WSDL file.
| -o calc.wsdl |
name of the output WSDL |
| -y WRAPPED |
web service style |
| -l "http://localhost:8080/axis/services/calculator" |
web service location |
| -n "urn:calculator" |
target namespace of the WSDL file |
| -p "calculator" "urn:calculator" |
mapping from a package to a namespace; there might be multiple mappings |
| calculator.Calculator |
Java interface for the web service |