You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
The above command continually returns an Authentication failed error as below:
I can authenticate successfully when I visit the listdata.svc URL in a browser. Authentication is set to NTLM but I have tried Kerberos for the web application also.
As I understand it the odatagen command should use the supplied credentials to authenticate to SharePoint.
Has anybody tested this proxy class generation using odatagen with SharePoint listdata.svc?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to generate a proxy class for my Lists in SharePoint using the odatagen OData Client for Objective C.
On my mac at a terminal I am running the following command:
./odatagen /uri=http://mydomain/_vti_bin/listdata.svc /out=/myoutpath /auth=windows /u=DOMAIN/username /p=password
The above command continually returns an Authentication failed error as below:
I can authenticate successfully when I visit the listdata.svc URL in a browser. Authentication is set to NTLM but I have tried Kerberos for the web application also.
As I understand it the odatagen command should use the supplied credentials to authenticate to SharePoint.
Has anybody tested this proxy class generation using odatagen with SharePoint listdata.svc?
The text was updated successfully, but these errors were encountered: