You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +32,7 @@ This how-to was written based on Studio Pro 5.20. All the images, names, and ste
30
32
31
33
1. Create the following **Customer** entity in your domain model (for details on how to create an entity, see [Configuring a Domain Model](/refguide/configuring-a-domain-model/)):
2. Create overview and detail pages to manage objects of the **Customer** type (for details on how to create overview and detail pages, see [How to Create Your First Two Overview and Detail Pages](/howto/front-end/create-your-first-two-overview-and-detail-pages/).
36
38
3. Create a menu item to access the customer overview page (for details on how to create menu items, see [Setting Up Navigation](/refguide/setting-up-the-navigation-structure/).
@@ -42,24 +44,24 @@ To create a published web service, follow these steps:
42
44
43
45
1. Right-click the module in which you want to store the published web service and select **Add** > **Published services** > **Published web service**:
3. You should now see the **Published Web Service** properties window. Take note of the following tab details:
52
54
* On the **Operations** tab, you can see the available operations of the web service (currently the list is empty, so we'll add an operation in section [Publishing a Microflow](#publish-a-microflow)):
* On the **Settings** tab, you can configure the other settings. Do change them before publishing your web service, especially the **Target namespace** (for details on these settings, see [Published Web Service](/refguide/published-web-service/) in the *Studio Pro Guide*):
@@ -70,41 +72,41 @@ To create the functionality to expose, follow these steps:
70
72
1. Create a microflow that retrieves and returns a list of customers from the database (for details on how to create a microflow, see [Triggering a Microflow From a Menu Item](/refguide/triggering-microflow-from-menu-item/)).
71
73
2. To make the microflow more exciting, add two input parameters to dynamically set the range settings of the retrieve action. Configure the range options of the retrieve action like this:
You should see the name of your web service in the list.
127
129
4. Click the "WSDL schema" URL to open the WSDL. This WSDL can be given to others so that they can interact with your web service.
@@ -133,11 +135,11 @@ To change the user authentication, follow these steps:
133
135
1. Double-click the published web service in the **App Explorer** to open it.
134
136
2. In the **Published Web Service** properties window, open the **Settings** tab. Because **No Authentication** is set, currently users of the web service do not need to authenticate:
5. Publish both microflows as web service operation of the **CustomerWebservice** as described in chapter 4 of [How to Expose a Web Service](/refguide9/integration/expose-a-web-service/).
52
52
@@ -56,39 +56,39 @@ In this chapter you will create a new SOAP project.
@@ -143,15 +143,15 @@ In this chapter you will build a testsuite. A testsuite contains one or more tes
143
143
Assertions are used to validate the message received by a TestStep during execution, usually by comparing parts of the message (or the entire message) to some expected value. Inthis chapter you will create an assertion that validates the number of customers.
5.Enter*count(//Customer)* in the XPath Expression field.
153
153
6.In step 1.4 of the previous how-to you have added some data. Enter the number of created customers in the **ExpectedResult** field. Inthis example four customers were created.
0 commit comments