Search found 4 matches

by yadulacontrol
Fri Aug 25, 2023 5:15 am
Forum: Questions & Answers
Topic: HTTP Inbound request does not read parameters correctly after going to Lansa 15
Replies: 5
Views: 11292

Re: HTTP Inbound request does not read parameters correctly after going to Lansa 15

I am going to put all files from Integrator trace folder
HTTPCONTENT.TXT - Empty
SERVICE.TXT
HTTP_KEYOWRDS.TXT
TRANSPORT.TXT - This also says List-entry count is 0.
HTTP_RESPONSE_CONTENT.txt
HTTP_REPONSE_PROTOCOL.TXT

Last two files are showing error due to empty list. The parsing program is ...
by yadulacontrol
Fri Aug 25, 2023 12:24 am
Forum: Questions & Answers
Topic: HTTP Inbound request does not read parameters correctly after going to Lansa 15
Replies: 5
Views: 11292

Re: HTTP Inbound request does not read parameters correctly after going to Lansa 15

Hi Rene,

I wanted to give parts of code in Service Parser function. It goes past Recieve Handler but #REQUEST list is empty. RD_DEBUG just logs to a log
file.

Def_List Name(#REQUEST) Fields(#REQ_NAME #REQ_VALUE) Counter(#LISTCOUNT) Type(*WORKING)

* Open service
Use Builtin(JSM_OPEN) To_Get ...
by yadulacontrol
Thu Aug 24, 2023 10:30 pm
Forum: Questions & Answers
Topic: HTTP Inbound request does not read parameters correctly after going to Lansa 15
Replies: 5
Views: 11292

Re: HTTP Inbound request does not read parameters correctly after going to Lansa 15

Hi Rene,

I looked at job log under subsystem QHTTPSVR. I did not see a message you are referring to.

Also DC@w05 seems correct too.

On DSPFD DC@w05 -
Total number of formats : 1
Total number of records : 19
Total record length : 1519

Any other ideas ?

Note: I was not able to paste ...
by yadulacontrol
Thu Aug 24, 2023 4:16 am
Forum: Questions & Answers
Topic: HTTP Inbound request does not read parameters correctly after going to Lansa 15
Replies: 5
Views: 11292

HTTP Inbound request does not read parameters correctly after going to Lansa 15

Hi,

We have an old service (HTTP inbound request) which was never changed. Recently we went to Lansa 15. This inbound service is used by our partner software. Suddenly it stopped working. I have tried several ways to access it using POSTMAN in QA environment. But I get the same results as ...