Dialog Web Service Settings

Call up

Context menu of the Web Service Connector that is to be configured > Web Service settings

In this dialog you define the Web Service that is to be invoked or provided, the listener mode, the invoked or provided operation and the input/output data.

Modus

(Input listener connector)

  • Receive request and start workflow

    To be selected if the Web Service is invoked asynchronously and the reply is sent via a Reply module.

  • Receive asynchronous callback and resume workflow

    To be selected for a callback listener, to which a Reply module sends the reply asynchronously.

Service definition

In this area the address of the provided or invoked Web Service is displayed which you have defined in the Module Editor.

Refer to

A click on the button module guide 1214 0 opens the following menu:

  • Copy address

    Copies the Web Service’s address into the clipboard.

  • Copy address of the WSDL

    Copies the WSDL’s address into the clipboard.

  • Show published services

    Opens the Web site https://<server>:<port>/ibis/listServices and displays all active Web Services of the INUBIT Process Engine.

Received data

(Input Listener Connector)

  • Set output message

    When selected the connector hands over the received request to the workflow.

    • With complete SOAP message

      When selected, the complete SOAP message is output.

    • Payload (content of SOAP body)

      When selected, only the content of the SOAP body is output.

  • Set variable content

    When selected, the connector writes the received request into the given variable.

    • Variable

      For selecting an already declared variable or for creating a new variable.

Invoked operation

(Medium/output connector)

  • Operation

    For selecting the operation the Web Service should call.

    As a default, the operation is not defined. An attempt is being made to detect the operation in the received SOAP message.

    • Properties: determine according to given SOAP message

      The option is only activated if no operation is defined.

    • SOAP action

      Define a SOAP action if it can or should not be determined by the SOAP message.

    • The operation to be called does not return a result.

      Activate the option, if the action to be called does not return a result.

Input/output data

(Medium/output connector)

  • Use input/output message

    In Technical Workflows, only. When selected, the Web Service is invoked with the input message of the connector and the result message (if there is one) is returned to the connector.

    • With complete SOAP message

      When selected, the input is required as complete SOAP message with envelope and body or the output is returned a complete SOAP message.

    • Payload (content of SOAP body)

      When selected, as input only the element within the SOAP body is required or in the output message only the content of the SOAP body is returned.

  • Use variables

    When selected, the Web Service request is created out of the selected input variable. If the Web Service returns a response, then the response is written into the output variable.

    • Input variable

      For selecting an existing variable or for creating a new variable.

    • Output variable

      For selecting an existing variable or for creating a new variable.