21.11.2016, 12:22 | #1 |
Участник
|
AIF Web Service from C# (AX 2009)
Всем привет!
Пытаюсь разобраться с AIF, Web Service + C#. Методичку https://msdn.microsoft.com/en-US/lib...(v=AX.50).aspx почитал. Установил AIF Web services, AX добавил Web site, настроил сервис. Отредактировал web.config PHP код:
PHP код:
PHP код:
The Application Integration Framework Web service cannot determine the Windows login of the user calling the Web service. Check the Web server Event Viewer for more information, or contact your Administrator. Соответствующий Event: The description for Event ID 0 from source Dynamics Application Integration Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event: An error occurred while Web service request http://zeus2.ealtd.com/MicrosoftDyna...andservice.svc and action http://schemas.microsoft.com/dynamic...rvice/findKeys were being processed. Error details: The Application Integration Framework Web service cannot determine the Windows login of the user calling the Web service. Check the Web server Event Viewer for more information, or contact your Administrator. The WCF service cannot determine the Windows identity of the caller. If using basicHttpBinding, please update the Web.config file as follows using the MS Service Configuration Editor (in binding configuration): 1- Set the Mode property to TransportCredentialOnly. 2- Set the TransportClientCredentialType property to anything other than None. 3- In IIS, set the directory security for the virtual directory to match the TransportClientCredentialType. For example, if the TransportClientCredentialType property is set to Windows then set the IIS authentication method to Integrated Windows authentication.. The specified resource type cannot be found in the image file Чувствую, что я что-то должен поменять в web.config и/или app.config, а что не пойму. Помогите пожалуйста |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|