Contents
Display Legacy Contents

 Print
    Web Service Run    
Executes a HTTP Request to a HTTP Server.

Parameters

General

    Run From

    Kalipso allows you to execute a Web Service directly from the mobile device, if you have connectivity, choosing "Locally" option. If you don't have access to the Web Server but you can reach MIS Communicator, choose "Remotely" option, who will send the request to MIS Communicator who will run it and return the answer to the Mobile Device.

    If the user chooses option "Remotelly", is necessary define the following parameters:

    • Communication Profile: name of the communication profile used to execute the remote HTTP Server.
    • Hidden: this parameter allows user to define if he wants to run the remote HTTP Request in hidden mode or not.
    • Timeout: the timeout defined for connection. The value 0 is this parameter means that there is no timeout.. The timeout value is in miliseconds.


    XML string
    The Control or Variable where to save the Web Service answer XML.


    Target Answer Header string
    The Control or Variable where to save the Web Service answer Header.


    Target Status Code numeric
    The control or variable to save the result of the status code.


    Target Status Text string
    The control or variable to save the result of the status text.


    Fail if status code isn´t 2xx
    Defines whether fails if status code isn´t 2xx.


Web Service

    Web Service string
    Web Service to run.


    Type
    Operation Type to run.

    This parameter has the following possible options: SOAP, HTTP GET or HTTP POST.


    Operation numeric
    Web Service's Operation to run.


    Address string
    The Address where the web service is available. This parameter is automatically defined when you choose the Operation but it can be overwritten.


    Port numeric
    The Port where the Web Service is available. This value is inherited from the Web Service Properties but it can be overwritten.


    Encoding string
    The enchoding schema used for the communication.

    The possible options for this parameter are:

    • utf-8
    • utf-7
    • ansi
    • unicode


    Request Header string
    Defines a additional request header for the HTTP Request.


Inputs

    Parameter string
    Name of the input parameter for the Web Service call.


    Type
    Type of Source expression.


    Source string
    Value of the Parameter.


    (...)


    Nth-Parameter string
    Name of the Nth-input parameter for the Web Service call.


    Nth-Type
    Type of Nth-Source expression.


    Nth-Source string
    Value of the Nth-Parameter.


Outputs

    Parameter string
    Name of the output parameter for the Web Service call.


    Type
    Type of the Target. The Control or Variable will be set to this type.


    Target string
    Control or Variable where the output value is written.


    (...)


    Nth-Parameter string
    Name of the Nth-output parameter for the Web Service call.


    Nth-Type
    Type of the Nth-Target. The Control or Variable will be set to this type.


    Nth-Target string
    Control or Variable where the Nth-output value is written.
    Element Not Found Value numeric
    On the "Outputs" tab a list of targets is defined for the response. If one element defined for a target is not found, the value of this parameter is set in that target.


Security

    User string
    The name of the user for the HTTP Request.

    If there is no defined user for the web service call, just put "" on this parameter.



    Password string
    The password of the user of the HTTP Request.

    If there is no user and password, just put "" on this parameter.



    Certificate File string
    Path of the client certificate file.

    This parameter is not supported on Windows 10 Clients



    Certificate File Password string
    Client certificate File Password.

    This parameter is not supported on Windows 10 Clients



    Ignore Invalid Certificates
    Defines whether ignores or not Invalid Certificates.


    Certificate Fingerprint List string
    List of Public Key SHA256 Hash for certificate pinning, separated by CR.

    This parameter is not supported on Windows Mobile/CE.


    Public Key Fingerprint List string
    List of Public Key SHA256 Hash for certificate pinning, separated by CR.

    This parameter is not supported on Windows Mobile/CE.


Request Body

    Request Body string
    The XML code representing the body of the Web Service request.



     
  • When using Self-signed Certificates, you should set the parameter Ignore Invalid Certificates to Yes, and add the certificate fingerprint in the Certificate Fingerprint List or the Public Key Fingerprint to the Public Key Fingerprint List.

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get Cell Tower Info
Samples

 
 
Updated : 9/13/2018 1:34 PM