Search found 3 matches
- Tue Jun 18, 2024 12:20 am
- Forum: HTTPAPI
- Topic: Receiving RNQ0222/MCH3601 when using XML-INTO
- Replies: 5
- Views: 14634
Re: Receiving RNQ0222/MCH3601 when using XML-INTO
Thanks Scott. 'repay' is the XML tag/path in the response we are receiving. The value we receive in <repay> is numeric. S_RESPONSE = '<?xml version="1.0" encoding="UTF-8"?>+ <response>+ <interestRate>7.13</interestRate>+ <repay> 71617.14 </repay> + </response>'; Yes, the below li...
- Mon Jun 17, 2024 10:32 pm
- Forum: HTTPAPI
- Topic: Receiving RNQ0222/MCH3601 when using XML-INTO
- Replies: 5
- Views: 14634
Re: Receiving RNQ0222/MCH3601 when using XML-INTO
Apologies for not providing the whole information. Its when second xml-into is called, its not able to retrieve the value present in ‘repay’ part of the response. It is retrieving ‘interestRate’ fine. But crashing with pointer error when trying to retrieve the value in ‘repay’. I tried to retrieve ’...
- Mon Jun 17, 2024 6:24 am
- Forum: HTTPAPI
- Topic: Receiving RNQ0222/MCH3601 when using XML-INTO
- Replies: 5
- Views: 14634
Receiving RNQ0222/MCH3601 when using XML-INTO
Hi Scott, We have been using HTTP_REQ() from quiet sometime in our organization and have always used XML-INTO to parse the response. In some scenarios, we have used XML-INTO multiple time to retrieve different value from the response received and it has always worked. recently, I have been receiving...