Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have simple REST service, which accepts GET queries.
When i send URI http://localhost:8433/payment_app.cgi?command=check&txn_id=1316&account=07/00082747&sum=10.2
i got null body, see below.
How to configure tRestRequest to correctly accept string parameters?
Problem solved.
It was necessary to describe the parameters in output flow REST API Mapping
Problem solved.
It was necessary to describe the parameters in output flow REST API Mapping