I 'm using class library and I'm sending http request, of course it's asynchronously. I used Task class to make it synchronous. I tested class library from console app and it was working fine, but when I tried t call that same method from AX it's not returning response, I mean it's working on and on and I need to close ax completely to stop the process. So what could be the problem and how can I solve it?
↧