Available Protocols - Workflow - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard

When configuring the Call Web Service action in OnBase Studio, the protocols available are defined in the obstudio.exe.config in the following setting:

<system.web>

<webServices>

<protocols>

<add name="HttpGet"/>

<add name="HttpPost"/>

</protocols>

</webServices>

</system.web>

In order for protocols to be available in this action, they must be added to this xml setting.