on 2020 Jun 04 9:57 AM
Hi,
Attempting HTTP:POST web service call from a database function. It fails with
"The secure connection to the remote host failed: The connection was closed from the other side SQLCODE=-990, ODBC 3 State=HY000"The function id defined as follows:
ALTER FUNCTION "custom"."CurbSide"( in "JsonLoad" long varchar, in "certificate1stav" long varchar ) returns long varchar url 'https://xxx.yyy.com/OrderStatus' type 'HTTP:POST:application/json' certificate '!certificate1stav' set 'REDIR (COUNT = 0)' SET 'HTTP (VERSION=1.1 )'
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.