Anyone create rest clr's? I would be interested in replication steps. It's been over 6 years since we did this for soap... and I can't find the instructions we put together.
Travis
Hi Travis,
Using a CLR procedure with the REST API is not something we plan to support in TNEW. However, you are still more than able to use the REST API in your TNEW Customizations, we would likely recommend that you consider options for having your pages and customizations directly call the REST API rather than using the CLR method.
Right now, we are working on offering an option where you provide an endpoint hosted locally and as long as it conforms to a contract, TNEW would post data to your endpoint in a specific structure, and expect data back from your endpoint in a specific structure. That structure would be specific to the firing point of the customization.
Thanks,
Paul