systools.httppostclob
Posted: Mon Sep 28, 2015 5:12 pm
exec sql
select
systools.httppostclob(:url,:header,:json) // url info, header info and json info
into :response // Response from web service
from sysibm.sysdummy1
;
what's the format and how do I need to pass the User & password in the previous statement?,
select
systools.httppostclob(:url,:header,:json) // url info, header info and json info
into :response // Response from web service
from sysibm.sysdummy1
;
what's the format and how do I need to pass the User & password in the previous statement?,