Tagged Questions
0
votes
2answers
130 views
Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm
I have a simple .NET WPF application. I added service reference. to
//server:port/sites/site_collection_name/_vti_bin/lists.asmx
and call it ListServ. I typed followed code
ListsSoapClient ...
1
vote
0answers
477 views
Connect to SharePoint web service through Claims-Based NTLM authentication
We have a SharePoint server which I can reference through the following:
//DCP connection
private static dcp.Lists lists = new dcp.Lists();
lists.Credentials = ...
0
votes
0answers
53 views
Manually Execute JAX-WS Request and pass the response for the normal processing
What I'm currently doing is, I have implemented the Exchange Web Service by generating the client code using JAX-WS. I have implemented all the required functionality and have tested it with the trial ...
0
votes
0answers
48 views
Calling a NTML authendicated web service from a grails application
I want to call a web service from my grails application which is actually NTLM authendicated.
I tried using grails wslite plugin and tried appending the username and password in the soap client header ...
0
votes
0answers
211 views
Apache CXF (SOAP) and NTLM Proxy - Connection refused
I have some trouble to call a SOAP web service with Apache CFX and authenticate it versus our corporate NTLM proxy. I have to use JCFS because our Setup use Java 5. The application server ist ...
0
votes
0answers
60 views
NTLM soap client call gives different sdl value
I am making a call to ntlm soap client which extends SoapClient class. The soap object returns following parameters:
[proxy_login] =>
[proxy_passwd] =>
[proxy_wsdl] =>
[soapActionHeader] ...
0
votes
0answers
123 views
Play Framework 1.2.4 cannot authenticate with an external WS using NTLM
I am trying to connect to an external Web Service with NTLM authentication using the WS library. I use the following code:
HttpResponse res = ...
0
votes
2answers
262 views
NTLM solution for RESTful web services in JAVA
I am writing a client for Restful web services.
public static void main(String[] args){
// Use apache commons-httpclient to create the request/response
HttpClient client = new ...
0
votes
1answer
374 views
NTLM authentication + soap client + response not received
I have the following code to call the NTLM authetication for sharepoint data:
class NTLMSoapClient extends SoapClient {
/**
* Whether or not to validate ssl certificates
*
* @var boolean
*/
...
0
votes
0answers
239 views
HTTP request not retreiving ntlm credentials
I am trying to stablish connection to an URL that requires NTLM credentials, but I always receive a 401 Unauthorized response despite providing correct domain\username and password.
Browser access ...
0
votes
1answer
290 views
trigger browser to send NTLM credentials to web service
I have IHttpHandler type web service written in C# running on IIS 7.5.
I am calling this service from browser using
<script scr = "http://service/method"/> tag and pushing the results into ...
0
votes
0answers
387 views
accessing sharepoint webservices using android
can anyone help me to get ride of this problem. i want to access share point web services from android but whenever i try to add data to server I get http forbidden error.
I have used NTLbut yet I ...
1
vote
1answer
2k views
NTLM fails when consuming SharePoint web service from Java?
I have a Java client that consumes SharePoint 2010 standard web services (sitedata.asmx, permissions.asmx, etc) written with JAX-WS implementation from the JDK 6.
So far, authentication is done with ...
0
votes
0answers
256 views
Securing Java Web Service using NTLM [duplicate]
Possible Duplicate:
Java client for SOAP web service with NTLM authentication
I need to secure a Java Web Service (JAX-WS) by using the NTLM authentication protocol. I have gone through a ...
3
votes
2answers
491 views
MonoTouch support for accessing Mono.Security.Protocol.Ntlm.NtlmFlags
We use NTLM auth to access an ASP.net web services from our MonoTouch app and everything works fine.
One of our customers uses the same app and the NTLM auth fails from our app but works from the ...
4
votes
1answer
3k views
Request to web service with Basic authorization via proxy with NTLM authorization not working
I have a web service that requires basic authorisation and a user behind an internet proxy that requires NTLM authorisation. I also have a forms application that makes calls to the web service and ...
1
vote
1answer
133 views
Moving my website to different server changes authentication from Kerberos to NTLM
I have a webservice that is configured for Windows Authentication. The client code that invokes the WS passes along the credentials to the WS as follows:
myWebService.Credentials = ...
0
votes
1answer
843 views
Soap NTLM Authorization
I'm trying to access a webservice that it's protected with NTLM Authorization. Usually, for a normal webservice protected with basic HTTP Auth I can authenticate using the "Authorization" header in ...
2
votes
2answers
3k views
.NET calling SharePoint Web Service gets an HTTP 401 Unauthorized exception
I am trying to call a SharePoint Lists service to get list definition and data. The SharePoint site is my companies but I have no control over it. Here is all I know about the server's security:
...
1
vote
1answer
10k views
BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService
I was running my Visual Studio 2008 Unit Test C# with a WebService PHP using WCF and I received the following error:
System.ServiceModel.Security.MessageSecurityException:
The HTTP request is ...
1
vote
1answer
400 views
Is HTTLlib2 support NTLM authentication.IF Not what exact explanation for that?
I am accessing SharePoint data using SharePoint web services through Python application.
Does HTTLlib2 support NTLM authentication?
If not, what's the exact explanation for that?
How to solve the ...
2
votes
1answer
796 views
Ruby Rest Client Support for NTLM Auth
Can Rest Client do NTLM authentication?
https://github.com/archiloque/rest-client
Didn't see any options in the documentation for authentication types...
require 'rest_client'
resource = ...
3
votes
2answers
898 views
How to call with credentials a .NET Webservice from Android?
I´m having trouble using .NET Web Services with the Android Platform because the web service i want to consume is locked behind Windows (NTLM) authentication.
How can i to use NTLM authentication with ...
0
votes
1answer
1k views
SharePoint search web service error (NTLM) when called from HttpHandler
Here is my scenario: I have a SharePoint site I am working on, and it is on one server farm. In this site, I have created an HttpHandler that uses a SharePoint search webservice that is located on a ...
0
votes
1answer
748 views
How can I connect to a Microsoft Dynamics CRM server using Python?
The Microsoft Dynamics CRM service uses NTLM authentication, which makes connecting to it from a python process using suds somewhat complicated. I'm looking for a code sample that will:
Send and ...
2
votes
3answers
5k views
Secure Webservice (NTLM) - Jmeter
I am trying to test a web service with Jmeter. The web service is protected with NTLM authentication(windows).I can able to load WSDL using WebService(SOAP) Request sampler.
Currently it works only ...
2
votes
1answer
2k views
NTLM authentication using CXF wsdl2java stubs
I have a web service protected by HTTPS with NTLM authentication and I generated a set of java stubs using CXF's wsdl2java tool by temporarily disabling authentication. I am now attempting to use the ...
3
votes
2answers
1k views
How to call a .NET web service with Kerberos (or NTLM) authentication from Oracle PL/SQL
We are calling a .NET web service from our oracle database using the sys.utl_http package. We have also tested with the sys.utl_dbws package.
This works fine when there is no security on the .NET web ...
1
vote
2answers
3k views
How can I use NTLM authentication in a Delphi SOAP Web Service client?
For a Microsoft CRM project, we need NTLM authentication in the Delphi 2009 web service client.
It looks like Indy 10 Tiburon already has experimental NTLM support.
How can I activate the NTLM ...
2
votes
5answers
3k views
How do I pass the currently logged in user's credentials to a web service using Integrated Windows Auth from Perl
I am having a frustrating time trying to do something with Perl that would take a couple of lines of code in C#, namely to call a web service on a Windows server that requires Integrated Windows ...
2
votes
1answer
2k views
How to impersonate a user when calling a .NET web service from a SharePoint webpart?
What is the best practice for impersonating the current SharePoint user when accessing a web service that uses NTLM authentication? The webpart has the user name but not password, and apparently, ...
