У меня есть Java-объект, к которому можно получить доступ с помощью ikvm
в .net.object
, успешно заполнить и манипулировать в WCF layer
. Но после получения объекта из WCF в клиент заполняется ошибка на стороне клиента.
"An error occurred while receiving the HTTP response to http://localhost:8732/Design_Time_Addresses/wcf/Service1/. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details".
Я использую wsHttpbinding
. Пожалуйста, помогите решить мою проблему.