I am a python developer. I use soap to call the exchange web service.
It works for many exchange servers until I encountered an exchange server.
The server requires basic authorization. When the http connection header set to close, the server return 401, but if set it to keep-alive, it returns 200. (EWS/Services.wsdl)
Did any anyone encounter this before?