Sorry; another question about Lansa Integrator RESTful web services.
I have written an RDMLX function that uses Lansa Integrator to process some data sent to us from a business partner in JSON format via a RESTful web service. They can use a URL in the format:-
Code: Select all
https://MYSERVER.com/cgi-bin/jsmproxy.exe?MYFUNCTIONI have tried a few examples such as:-
Code: Select all
https://MYSERVER.com/cgi-bin/jsmproxy.exe?MYFUNCTION&auth=123
https://MYSERVER.com/cgi-bin/jsmproxy.exe?MYFUNCTION+auth=123Code: Select all
Version: 13.2.0
Usage: /cgi-bin/jsmproxy.exe?service+...
JSMProxy (c) the LANSA Group. All rights reservedAlso; what Lansa Integrator command do I use to retrieve the parameters from the URL?
Thanks in advance
Colin