Taylohtio/GeneralApi/Documents/Installation.txt

11 lines
952 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

WS:
- Очень важно чтобы консольный клиент веб сервиса имел allowCookies="true" в app.config-e.
Без этой настройки аутентификация не будет работать
WCF:
- При добавлении service reference в клиентское приложение важно добавить аттрибут:
[WebInvoke(Method = "POST", BodyStyle = WebMessageBodyStyle.WrappedRequest)]
void SaveCondoInformation(Condo condo);
- сделать это для всех веб методов!!!
В файле reference.cs. Без него pox binding не будет работать