Using PB 2017-R3...
My customer has code written in C# (by a consultant) running in IIS that takes JSON data from their external customer and stores it into the database. My customer wants to write some code in PowerBuilder to process the data and return a status code to the C# code so that it can return the status code to the external customer.
What would the best way of doing this be in PB 2017-R3?
I was originally thinking asynchronous and setting the flag in the db, but either way will work. In that case you could easily create a standard batch PB app, but the C# would have to poll the db which it sounds like you don't want. Good luck, I know with your experience you'll have it working in no time!
Kevin
And a new C# Web APIs technology will be introduced in PB 2018, which will empower you with the ability for simpler, more powerful integration with other systems.
Best Regards,
Song