Forum

Mathieu Roll
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
    5 years ago #17858
    Up
    0
    Down
    ::

    Hello,

    the queryParams are not added to the xml structure so you have to change it to soap.

    Edit: The queryParams are added to the Endpoint URL as Query Parameters.

    But i can see another misstake in your parameters.

    You sad that Parameters can have Multiple Items so the JSON should have this as a Array.

    {
      "Parameter": {
        "item": [
          {
            "Name": "name",
            "Value": {
              "StringValue": "someStringValue"
            }
          }
        ]
      }
    }
    

    And same for the Connector Call

    soap/startProcess/processWebParameter/Parameter/item/[0]/Name

    soap/startProcess/processWebParameter/Parameter/item/[0]/Value/StringValue