× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Scott & Jon,

What threw me is in both calls the service "says" its returning a code. Hence the RC.

I will adjust the code accordingly.

Thank you for your guidance!

-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Scott Klement
Sent: Wednesday, March 3, 2021 3:38 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: http_stmf not compiling

Hi Jerry,

In the first case, you are called http_req() which has slightly different parameters vs. http_stmf(). So you would need to adjust accordingly.

In the second case, you are trying to return a value from http_stmf(), but this routine does not return a value, so that does not make sense. You'd need to remove the 'rc = ' from the code and replace it with something like a monitor/on-error block and retrieve the response code by calling http_error().

Good Luck

--
Scott Klement
sk@xxxxxxxxxxxxxxxx

On 3/3/2021 3:28 PM, (WalzCraft) Jerry Forss wrote:
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
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com



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.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.