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.