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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

When you want to build a simple Blueriq model for your first call to a SOAP web service (i.e. be the service requestor), you can use the example project WebCalculator (that comes with a standard Blueriq installation) to act as the service provider: create a new project based on this example project WebCalculator, save it and go to your runtime dashboard to expose it (if you don’t see the widget, press the button Widgets and check ‘Expose as a webservice’ and save it). When you do that, a button ‘View WSDL’ appears, that enables you to see and save the WSDL. This WSDL contains the communication contract between the service requestor and the service provider.

Now when you create a new project to model the service requestor, you can have a quick start by using the WSDL import wizard. That can generate for you the Service model, the Schema set and the SOAP service. Now all that is left for you to do, is to make an exposed flow that contains a page for the user input and the result, and a service call of type AQ_WebServiceClient.

 

If you want, have a look at the other visual about modeling a service call from a (more realistic) project with separate implementation modules for the business model and the web service model and a data mapping.

 

 

 

  • No labels