Using Ax 2009. I'm consuming AIF web services from a C# application. Calling an operation of the service one time is fine. When I use it more frequently the service stops responding. And I get error :
Le canal de demande a dépassé le délai imparti en attendant une réponse après 00:00:59.9990000. Augmentez la valeur du délai d'attente transmise à l'appel à Request ou augmentez la valeur SendTimeout sur Binding. Le temps alloué à cette opération fait peut-être partie d'un délai d'attente plus long.
(I don't know how to get the message in English)
Then I wait around 5 ot 10 minutes and then the service responds again. It gets really hard to test my application when I have to wait so long between each test.
Anyone encounted something like this and knows what to do?
The service is replying only small amount of information so it's not because there's too much data to transfer.
I've found another post that looks like the same problem here but no answer : http://dynamicsuser.net/forums/p/46805/236700.aspx