Mert Yeter | Hi David, I captured working and non-working phones packets. I discovered that if I didn't give any value, phone makes GET requests without adding parameters, so I get http 500 error. Working phone (6941): GET /PhoneService.asmx/GetPhoneBookResGM?firstname=&lastname=&title=&departmentname= HTTP/1.1 Non-working phone (9971): GET /PhoneService.asmx/GetPhoneBookResGM HTTP/1.1 HTTP/1.1 500 Internal Server Error Missing parameter: firstname. |
| Please sign in to flag this as inappropriate. |