Robotic Process Automation (RPA)

Robotic Process Automation (RPA)

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  use VBScript to handle post

    Posted Mon September 12, 2022 10:09 AM
    I am trying to call vbscript, the vbscript is like below
    dim webClient
    set webClient = HttpClient()
    but the run result will show
    Microsoft VBScript runtime error: Type mismatch: 'HttpClient'
    so the object HttpMultipartFormDataContent has the same issue, is there any solution?

    ------------------------------
    Yan Hai Zhao
    ------------------------------


  • 2.  RE: use VBScript to handle post

    Posted Tue September 13, 2022 05:06 AM
    Edited by NIGEL CROWTHER Tue September 13, 2022 05:10 AM
    Hi Yan,

     I use officeMacro to invoke excel VB Script  and it works fine for me.  I'm not sure what your HTTP request is doing.  Can you use this instead:

    https://www.ibm.com/docs/en/rpa/21.0?topic=web-http-request


    ------------------------------
    NIGEL CROWTHER
    ------------------------------