Stadium
  • Home
  • Academy
  • How it works
    • Designer
    • Application Manager
    • Application users and roles
    • Designing applications
    • User API
  • Features
    • Application
    • Create a Form
    • Embedded Files
    • Events
    • Expression Editor
    • Pages
    • Preview
    • Publish
    • Scripts and Event Handlers
    • Session Variables
    • Settings
    • Styles
    • StyleSheet
    • Templates
    • Types
    • Validations Cheat Sheet
  • Connectors
    • Database Connector
    • File System Connector
    • Web Service Connector
  • Controls
    • Button
    • Chart
    • Checkbox
    • Checkbox List
    • Container
    • Data Grid
    • Date Picker
    • Drop Down
    • Flexbox
    • Grid
    • Image
    • Label
    • Link
    • Menu
    • Panel
    • Radio Button List
    • Repeater
    • Table
    • Text Box
    • Upload File
  • Actions
    • Async
    • Call Web Service
    • Decision (If/Else)
    • Display Message Box
    • Download File
    • For Each
    • Java Script
    • Navigate To Page
    • Notification
    • Set Value
    • Variable
    • While
  • Release Notes
    • 6.12.3272
    • 6.12.3270
    • 6.12.3268
    • 6.12.3264
    • 6.11.3223
    • 6.11.3221
    • 6.11.3220
    • 6.11.3218
    • 6.11.3210
    • 6.10.3155
    • 6.10.3151
    • 6.9.3102
    • 6.8.3100
    • 6.7.3096
    • 6.6.3082
    • 6.6.3081
    • 6.6.3080
    • 6.6.3075
    • 6.5.3055
    • 6.4.3036
    • 6.4.3034
    • 6.4.3033
    • 6.3.3019
    • 6.2.2999
    • 6.2.3001
    • 6.1.2990
    • 6.0.2972
    • 6.0.2970
    • 6.0.2969
Powered by GitBook
On this page

Was this helpful?

  1. Actions

Call Web Service

PreviousAsyncNextDecision (If/Else)

Last updated 9 months ago

Was this helpful?

Use the Call Web Service component to call REST web services. Assign the result to a control on the page to show what the service returned.

When to use a Web Service connector instead?

Using a is the preferred way of working with web services. However, the Call Web Service action is better suited to web service calls when authentication is dynamic, i.e. the credentials, like API keys, change for every call you make.

More on REST API's

Popular service providers, including Yahoo, Google and Facebook, have implemented the REST model of API's to expose their services. Read more about REST .



Properties

  1. Type

    Authentication type.

  2. Username

    The username to use when authenticating.

  3. Password

    The password to use when authenticating.

  4. Domain

    Domain to authenticate against.

  5. URL

    The URL to call.

  6. Query String

    The parameters sent in the query string.

  7. Headers

    The parameters sent in the header of the request.

  8. Method

    The operation of the request.

  9. Body Format

    The format of the request body.

  10. Body

    The body of the request.

  11. Timeout

    Request timeout (in milliseconds).

  12. Host

    Proxy host

  13. Port

    Proxy port

  14. Bypass on Local

    Bypass proxy on this machine

connector
here
Add a Call Web Service action