WebService Activities

The following Webservice activities are available:

  • Bing Distance
  • Bing Translate
  • Call Rest Webservice
  • Call Webservice


Bing Distance 

Calculates the distance between the two locations specified. The activity returns both the distance and the time required for it. The distance can be returned in kilometers as well as in miles.

Allowed inputs for start and destination end address are:

  • City
  • Zip code + city
  • Street + city
  • Street + zip code + city

Invalid inputs:

  • Zip code
  • Street

webservice_bingDistance 

webservice-activities-2017-12-05 

Bing Translate 

Translates an input text into the specified language using the Bing translate service. When binding a source or target language be careful to use the language code as shown in the drop down.

webservice_bingTranslate 

webservice-activities-2017-12-05-1 

Call Rest Webservice 

With this activity, rest web services can be used. Url segments are wrapped with curved brackets as can be seen in the screenshot. Query parameters can also be used. Basic and NTLM are available for authentication. Additional headers can be defined and a body for example for a POST call is also available (example here).

webservice_callRest 

webservice-activities-2018-02-20 

Call Webservice 

With this activity, external web services can be called. Supported formats are HTTP and SOAP1.1. The WSDL file supports version 1.1. After entering the URL to the web service, the WSDL description provided there can be loaded. This lists the methods available on the Web service. If one of these methods is selected, the parameters are displayed under Target, in the lower part of the wizard. If no input parameters are required, this part remains empty. In the Output tab, the return values can be mapped to workflow variables and business entity links.

webservice_callWebservice 

webservice-activities-2018-04-11-1