Home General

The new RB 16.03 - REST mobile feature - Are parameters supported ?

edited August 2015 in General

In the new RB 16.03 - REST mobile feature - Are parameters supported,now ?







old post:

I'm working on REST feature.

i have try call RB16 with this mode:

http://127.0.0.1:8080/RBServices?test=1
http://127.0.0.1:8080/RBServices/test=1 .. .. .

but don't work. i need do any query in DataModule form, but I can not
indentificare the user connecting.


Then, i have open your Rest source.

REST, Without REST-parameters is useless except for small demo.


unit RBuilder.RestService;
..........
{ ToDos:
- session (username, password, etc)
- report parameters (parameters and autosearch)
- language strings?
}


How can mobile client (RBFMXTablet.pas) add a parameter when
rb-rest-server is called?
and How can Server read this parameter and show to TDataModule
form/Database?



Thank you.

Mauro

Comments

  • edited August 2015
    Hi Mauro,

    Parameters are not yet supported with the RB REST Service and Client
    components.

    Maintenance releases (ex. 16.01, 16.02, etc.) are mainly for bug fixes
    and minor enhancements to existing features.

    Major releases such as RB 15.0 or RB 16.0 will include major
    enhancements and new features.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.