11-26-2019, 03:13 PM
(This post was last modified: 11-26-2019, 03:22 PM by ShaneStump.)
Jose,
It is working in Delphi example but not in my C++ application. The handler gets executed, but the content isn't there.
I will need to see if there is anything else changed or if the is a compatibility with C++ Builder.
Thanks,
Shane
Howdy All!
I figured out the DIFFERENCE in the example / my code!
In the ServerController, need to add the following line to my ConfigBase event:
RegisterContentType(L"application/xml");
Now it works!
Thanks for the help,
Shane
It is working in Delphi example but not in my C++ application. The handler gets executed, but the content isn't there.
I will need to see if there is anything else changed or if the is a compatibility with C++ Builder.
Thanks,
Shane
Howdy All!
I figured out the DIFFERENCE in the example / my code!
In the ServerController, need to add the following line to my ConfigBase event:
RegisterContentType(L"application/xml");
Now it works!
Thanks for the help,
Shane