Quote Originally Posted by starzen View Post
i think you are misreading

in the jquery code the 'done' function is called when the async call finishes without errors. you then put your code to process the response there

DF not being async you can simply code the finishing code after the HTTP post finishes. you will need to check to make sure the call was successful
Yes I know but just asking maybe there was a trick.... This call require to receive back the response "OK" in the body. It Is first time that I found this. I did hundreds api interfces call with DF this was first time I found similar requirement.
I will see how I can do it
thanks