11-25-2019, 08:05 PM
Howdy All!
I am exposing my web reservation system to Viator and I need to implement a REST api around my internal classes.
I have written content handlers for each REST api call with the appropriate path.
I am using Advanced REST Client to test my application running as a service.
I put my URL and method to POST. I copy my XML for processing into the Body of the request and issue it.
From within the C++ Builder IDE, I set and get a breakpoint on handler's Execute().
I can't see anywhere in the THttpRequest object where the content passed in is.
How do I read / fetch it from within my event?
Thanks in advance,
Shane
I am exposing my web reservation system to Viator and I need to implement a REST api around my internal classes.
I have written content handlers for each REST api call with the appropriate path.
I am using Advanced REST Client to test my application running as a service.
I put my URL and method to POST. I copy my XML for processing into the Body of the request and issue it.
From within the C++ Builder IDE, I set and get a breakpoint on handler's Execute().
I can't see anywhere in the THttpRequest object where the content passed in is.
How do I read / fetch it from within my event?
Thanks in advance,
Shane