I just started learning web services and i have been asked to implement a calculator web service with the usual 4 operations.
I saw many tutorials on youtube and most of them just take a WSDL url and “import” it to SoapUI, and just show how requests and responses are done.
But i want to figure out how the arithmetic operations are actually done, so when reading the WSDL file i tried to find where the actual method/operation of adding two values are done but there seems to be none.
I guess the methods are implemented in the server of the WSDL code (in this case dneonline), but i might be wrong. Hope someone can clarify this for me
The url wsdl file : http://www.dneonline.com/calculator.asmx?WSDL