Registriert seit: 4. Jun 2010
15.665 Beiträge
|
Why change how a Web Broker service works?
24. Jul 2024, 16:20
I have a web service (web broker) that works fine and each request is sent to a corresponding object that relates to the request and the response is returned, for example the /customerinfo request (GET) calls an object that is private to the TWebModule that returns customer information.
<div style="text-align: left;">procedure TMyWebModule.CustomerInfoAction(Sender: TObject; Request: TWebRequest; Response: TWebResponse;
|