Bonjour,
j'ai une application sous android qui fait appel à des webservices publiés sur IIS.
Il se trouve (pour des raisons que j'ignore ) qu'au bout d'un temps d'utilisation, les services ne réalisent plus les actions demandées par l'application sous android.
Chose curieuse, il suffit de redemarrer le site IIS pour que le système fonctionne correctement à nouveau pour un moment.
J'ai analysé du mieux que je peux mais ne suis guère arrivé à trouver la cause du problème.
Ci-dessous une portion de log relatant le fait .
Je fais donc appel à toute bonne volonté pour des suggestions, réponses ou questions utiles à la résolution de ce problème qui me donne des migraines depuis plusieurs jours maintenant.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 2012-03-23 23:33:20 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 200 0 0 23 2012-03-23 23:33:20 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 200 0 0 24 2012-03-23 23:33:20 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 200 0 0 18 2012-03-23 23:33:20 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 200 0 0 24 2012-03-23 23:33:36 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15504 2012-03-23 23:33:51 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15307 2012-03-23 23:34:07 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15083 2012-03-23 23:34:22 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15304 2012-03-23 23:34:37 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 64 15080 2012-03-23 23:34:54 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15102 2012-03-23 23:35:20 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15024 2012-03-23 23:47:51 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15249 2012-03-23 23:48:19 192.168.2.223 POST /msawebservice/ISahelysService.asmx - 80 - 192.168.2.21 ksoap2-android/2.6.0+ 500 0 0 15198
Merci à tous.
Partager