Hi,There is some external web service. I need to call it and pass binary data to it.For this purpose I have created my own procedure:CREATE PROCEDURE "dba"."WebTest2Run"( in "data" long binary,in "cAccessToken" long varchar,in "nCustomerID" integer,i...