SOAP template post-processing parameters

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Use these parameters to create a post-processing script.

    표 1. Activity designer post-processing parameters
    Name Variable Type Usage
    Status code status_code Integer Contains the status code returned from the web service.
    Header header Hashmap of JavaScript object Contains the key value paired hashmap associated with the header values passed into the web service. You can access each value with executionResult.header[keyName].
    Body body String Contains a string value representing the output from the SOAP message
    Error error String Returns the error string from the SOAP web service, unless there are no errors, in which case it returnsnull.