Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will see that this project has a Configuration module in which the Web which the Web service and its operations are defined. This is what you expose to the outside world in your runtime dashboard. The project also has an Interaction module, that contains a service model (i.e. a domain model specifically for delivering the service), a Schema set and SOAP service as defined in the WSDL and XSD. When you expose the web service in your runtime dashboard, you can also view this WSDL. In the same Implementation module, some static instances are made for the response. For each operation this web service offers (add, subtract, multiply and divide), the actual calculation is simply done in the default expression of the appropriate attribute. 

...