public class SquareDouble{ public int computeSquare (int nb) { return nb * nb; } // fininsh the other operations }
http://localhost:8080/axis2/services/SquareWorldService/computeSquare?args0=10
<soapenv: Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "> <soapenv: Body> <calculateResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <calculateReturn xsi:type="xsd:int"> 100 </calculeReturn> </calculeResponse> </soapenv:Body> </soapenv:Envelope>