You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

Example projects are Blueriq models which demonstrate Blueriq functionality. They are included in the standard Blueriq library which is shipped with Blueriq. You can view, run and extend these projects by creating a new project and use an example project as a starting point.

The web calculator example contains one page with simple calculations. A SOAP service is used to perform the calulation and return the answer to Blueriq. This application demonstrates:

  • The WSDL and schemaset components.
  • The mapping between the WSDL/schemaset and the domain model.
  • The WebServiceClient service call.

Note that this example project comes with two different projects:

  • WebCalculator
  • WebCalculatorAAAS

 

The schema set is a collection of all XSD files that belong to the WSDL
  • No labels