Google News
logo
Blue Prism - Interview Questions
What are the steps to create a Web service in Blue Prism?
* You can follow the below steps to create a simple calculator process in Blue Prism.
 
* Open the Blue Prism Studio and create a web service group. 

* Then, create a simple object, let us say SampleCalc. Also, enter the details of the web service. 

* Once the object is created, double-click on the object and open the object studio. Here, click on the Action1 button, and add an action by right-click on the button.

* Then double click on the Action, and this will navigate the page information where you have to provide the description such as Multiply two numbers and return the results. After that click on OK.

* Now since we are trying to Multiply two numbers. To do this, you need to select the calculation option.  So, to do that double click on the SampleCalc1, you will be navigated to the calculation properties. Here, you have to provide the name as: Multiply two numbers.

* Then, in the expression field, you have to create two numbers just by clicking on the numbers option. Let us say we create two input numbers Data1, Data2, and an output number Data3.

* Next, you have to drag the input numbers and drag the output ‘Data3’ in the result. Then, click on the validate button. 

* After that, click on the evaluate expressions, where you have to enter the value of Data1 and Data2. These will be sorted in temporary values, and then you will find the result value after clicking on the Test button.

* Next, you have to link the start button where input numbers are given. To multiply two numbers box, add it to the end where the output number is Data3. 

* You can then test this diagram by clicking on the Go button, and save the Business object by clicking on the Save button.

* Finally, you can check the process by clicking the go button if the inputs are given.
Advertisement