Albert Tong

Forum Replies Created

Viewing 5 replies – 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: HTML Form Post #85551
    Albert Tong
    Participant

      Here is how HTTP form params are added in a raw TCL example for reference. Trying to do this exact thing here in Cloverleaf:

      #  Add the form parameters to the HTTP request:

      CkHttpRequest_AddParam $request “firstname” “John”

      CkHttpRequest_AddParam $request “lastname” “Doe”

      CkHttpRequest_AddParam $request “myHiddenField1” “Hidden Value 1”

      CkHttpRequest_AddParam $request “myHiddenField2” “Hidden Value 2”

      Full code can be found here: https://www.example-code.com/tcl/http_formSubmitPost.asp

      in reply to: App-to-App Reply Interface #85473
      Albert Tong
      Participant

        I got this to work thanks for all the help. Setting the Copy Driver control protocol on the ws-raw-client side is what did it. Again thanks!

        in reply to: App-to-App Reply Interface #85471
        Albert Tong
        Participant

          We have version 6.2

          in reply to: App-to-App Reply Interface #85468
          Albert Tong
          Participant

            Jim

            Thanks for the assistance here I tried these but no luck.

            I am getting the message back to the inbound thread but it does not know how to reply back. I keep getting this error. Any idea the options for the DRIVER variable?

            [java:wrte:ERR /0:in_rims_ws_case_0:08/28/2017 14:49:32] Call to “doReply” returned error string “BADDATA unknown driver control value ‘SENDANDWAIT 0′”. Returning bad send to engine.

            in reply to: App-to-App Reply Interface #85465
            Albert Tong
            Participant

              I tried as you noted and I can see the outbound thread is sending the response message back, but the inbound thread seems to not know what to do with it.

              I am seeing this error in the inbound thread. I appreciate any more guidance you may provide.

              Call to “doReply” returned error string “BADDATA unknown driver control value ‘{_TRXID_ _HCI_static_route_-in_rims_ws_case}’”. Returning bad send to engine.

              Engine idle — 08/24/2017 14:17:05

            Viewing 5 replies – 1 through 5 (of 5 total)