Hi All,
I am befuddled.
In my pgm I have defined in global:
Dcl-S RequestFile VarChar(500);
Dcl-S ResponseFile VarChar(500);
Dcl-S Rc Int(10);
Dcl-S ShipUrlTest VarChar(500);
Dcl-S CancelUrl VarChar(500);
rc = http_req('POST'
: ShipURLTest
: ResponseFile
: RequestFile
: 'application/json');
Give this error for the RequestFile line:
*RNF7535 30 041200 The type and attributes of parameter 4 do not match those
of the prototype.
In another place in the pgm it has:
rc = http_stmf('PUT'
: CancelURL
: ResponseFile
: RequestFile
: 'application/json');
This is giving a different error:
*RNF5403 30 064300 The prototyped call cannot be used in an expression because
it does not return a value.
These are the only 2 errors in the compile.
What is wrong?
Jerry
Subject to Change Notice:
WalzCraft reserves the right to improve designs, and to change specifications without notice.
Confidentiality Notice:
This message and any attachments may contain confidential and privileged information that is protected by law. The information contained herein is transmitted for the sole use of the intended recipient(s) and should "only" pertain to "WalzCraft" company matters. If you are not the intended recipient or designated agent of the recipient of such information, you are hereby notified that any use, dissemination, copying or retention of this email or the information contained herein is strictly prohibited and may subject you to penalties under federal and/or state law. If you received this email in error, please notify the sender immediately and permanently delete this email. Thank You
WalzCraft PO Box 1748 La Crosse, WI, 54602-1748
www.walzcraft.com<
http://www.walzcraft.com> Phone: 1-800-237-1326
As an Amazon Associate we earn from qualifying purchases.