Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
was the component creator/developer ever been able to use this feature ('Use NTLM with authentication')
<soap12:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap12='http://www.w3.org/2003/05/soap-envelope'>
<soap12:Body>
<GetListItems xmlns='http://schemas.microsoft.com/sharepoint/soap/'>
<listName>Contracts</listName>
<viewFields><ViewFields><FieldRef Name='EncodedAbsUrl' /></ViewFields></viewFields>
<rowLimit>0</rowLimit>
<query>
<Query>
<Where><Eq><FieldRef Name='Modified' /><Value Type='DateTime'><Today /></Value></Eq></Where>
<OrderBy><FieldRef Name='Title' /></OrderBy>
</Query>
</query>
<QueryOptions>
<IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns>
<DateInUtc>TRUE</DateInUtc>
</QueryOptions>
</GetListItems>
</soap12:Body>
</soap12:Envelope>
Hi,
was the component creator/developer ever been able to use this feature ('Use NTLM with authentication')
They have used the feature before but everything is OK without documentation.
Two issues need to be confirmed
1. Make sure your certification is NTML, there is anther certification kerberos provided by Microsoft .
2. Attention that endpoint is not the WSDL location, but should be the location of the server defined in the wsdl.
Very Sorry for wasting your long time on this issue.
Best regards
Sabrina