You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2006/09/11 19:41:24 UTC

[jira] Assigned: (AXIS2-1081) Basic Authentication should not be tried before NTLM authentication

     [ http://issues.apache.org/jira/browse/AXIS2-1081?page=all ]

Eran Chinthaka reassigned AXIS2-1081:
-------------------------------------

    Assignee: Saminda Wishwajith Abeyruwan

> Basic Authentication should not be tried before NTLM authentication
> -------------------------------------------------------------------
>
>                 Key: AXIS2-1081
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1081
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>         Environment: Windows XP (client), Windows 2003 server. Axis 2 as the client using httpclient 3.0.1.
>            Reporter: jeff ling
>         Assigned To: Saminda Wishwajith Abeyruwan
>            Priority: Blocker
>
> I turned on httpclient wire as well as debug message log. And I configured Axis 2 to use NTLM authentication. From below you can see that basic auth is attempted without any reason. This defeats the purpose of using ntlm which is more secure than basic auth.
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.useragent = Jakarta Commons-HttpClient/3.0.1
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.protocol.version = HTTP/1.1
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.protocol.cookie-policy = rfc2109
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.protocol.element-charset = US-ASCII
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.protocol.content-charset = ISO-8859-1
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@1d2068d
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 60000
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.connection.timeout = 60000
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.socket.timeout = 30000
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.authentication.preemptive = true
> 08-25@15:08:24 DEBUG [main] (DefaultHttpParams.java:150) - Set parameter http.authentication.credential-provider = org.apache.axis2.transport.http.AbstractHTTPSender$1@8916a2
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:160) - Preemptively sending default basic credentials
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:277) - Authenticating with BASIC <any realm>@spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (HttpMethodParams.java:355) - Credential charset not configured, using HTTP element charset
> 08-25@15:08:24 DEBUG [main] (HttpConnection.java:691) - Open connection to spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "POST /sites/corpweb/_vti_bin/UserProfileService.asmx HTTP/1.1[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:1235) - Adding Host request header
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "SOAPAction: http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "User-Agent: Axis2[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Authorization: Basic c3BfY3Jhd2xlcjpGYTExYmFjaw==[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Host: spweb.mycompany.com[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Transfer-Encoding: chunked[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "15a[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><ns1:GetUserProfileByIndex xmlns:ns1="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService"><ns1:index>0</ns1:index></ns1:GetUserProfileByIndex></soapenv:Body></soapenv:Envelope>"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - >> "0"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (EntityEnclosingMethod.java:504) - Request body sent
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "HTTP/1.1 401 Unauthorized[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Date: Fri, 25 Aug 2006 21:08:24 GMT[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Content-Length: 1656[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Content-Type: text/html[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Server: Microsoft-IIS/6.0[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "WWW-Authenticate: NTLM[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "X-Powered-By: ASP.NET[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "MicrosoftSharePointTeamServices: 6.0.2.6417[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:840) - Authorization required
> 08-25@15:08:24 DEBUG [main] (AuthChallengeProcessor.java:89) - Supported authentication schemes in the order of preference: [ntlm, digest, basic]
> 08-25@15:08:24  INFO [main] (AuthChallengeProcessor.java:100) - ntlm authentication scheme selected
> 08-25@15:08:24 DEBUG [main] (AuthChallengeProcessor.java:154) - Using authentication scheme: ntlm
> 08-25@15:08:24 DEBUG [main] (AuthChallengeProcessor.java:162) - Authorization challenge processed
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:709) - Authentication scope: NTLM <any realm>@spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:193) - Retry authentication
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<HTML><HEAD><TITLE>You are not authorized to view this page</TITLE>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<STYLE type="text/css">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  BODY { font: 8pt/12pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  H1 { font: 13pt/15pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  H2 { font: 8pt/12pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  A:link { color: red }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  A:visited { color: maroon }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</STYLE>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<h1>You are not authorized to view this page</h1>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<hr>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<p>Please try the following:</p>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Contact the Web site administrator if you believe you should be able to view this directory or page.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - << "<li>Click the <a href="javascript:location.reload()">Refresh</a> button to try again with different cred"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "entials.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<h2>HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.<br>Internet Information Services (IIS)</h2>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<hr>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<p>Technical Information (for support personnel)</p>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services</a> and perform a title search for the words <b>HTTP</b> and <b>401</b>.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << " and search for topics titled <b>About Security</b>, <b>Authentication</b>, and <b>About Custom Error Messages</b>.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</TD></TR></TABLE></BODY></HTML>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:921) - Resorting to protocol version default close connection policy
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:925) - Should NOT close connection, using HTTP/1.1
> 08-25@15:08:24 DEBUG [main] (HttpConnection.java:1175) - Connection is locked.  Call to releaseConnection() ignored.
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:277) - Authenticating with NTLM <any realm>@spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (HttpMethodParams.java:355) - Credential charset not configured, using HTTP element charset
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "POST /sites/corpweb/_vti_bin/UserProfileService.asmx HTTP/1.1[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:1235) - Adding Host request header
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "SOAPAction: http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "User-Agent: Axis2[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Transfer-Encoding: chunked[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Authorization: NTLM TlRMTVNTUAABAAAABlIAAAgACAAwAAAAEAAQACAAAABTUFdFQi5NSUNST04uQ09NV0lOTlRET00=[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Host: spweb.mycompany.com[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "15a[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><ns1:GetUserProfileByIndex xmlns:ns1="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService"><ns1:index>0</ns1:index></ns1:GetUserProfileByIndex></soapenv:Body></soapenv:Envelope>"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - >> "0"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (EntityEnclosingMethod.java:504) - Request body sent
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "HTTP/1.1 401 Unauthorized[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Date: Fri, 25 Aug 2006 21:08:24 GMT[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Content-Length: 1539[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Content-Type: text/html[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Server: Microsoft-IIS/6.0[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "WWW-Authenticate: NTLM TlRMTVNTUAACAAAACAAIADgAAAAGAoECukXFw2EYshQAAAAAAAAAAIoAigBAAAAABQLODgAAAA9XSU5OVERPTQIAEABXAEkATgBOAFQARABPAE0AAQAMAE4AVABTAFAAUwAxAAQAGgBuAGEALgBtAGkAYwByAG8AbgAuAGMAbwBtAAMAIgBuAHQAcwBwAHMAMQAuAG0AaQBjAHIAbwBuAC4AYwBvAG0ABQAaAG4AYQAuAG0AaQBjAHIAbwBuAC4AYwBvAG0AAAAAAA==[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "X-Powered-By: ASP.NET[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "MicrosoftSharePointTeamServices: 6.0.2.6417[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:840) - Authorization required
> 08-25@15:08:24 DEBUG [main] (AuthChallengeProcessor.java:154) - Using authentication scheme: ntlm
> 08-25@15:08:24 DEBUG [main] (AuthChallengeProcessor.java:162) - Authorization challenge processed
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:709) - Authentication scope: NTLM <any realm>@spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:193) - Retry authentication
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<HTML><HEAD><TITLE>You are not authorized to view this page</TITLE>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<STYLE type="text/css">[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  BODY { font: 8pt/12pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  H1 { font: 13pt/15pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  H2 { font: 8pt/12pt verdana }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  A:link { color: red }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "  A:visited { color: maroon }[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</STYLE>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<h1>You are not authorized to view this page</h1>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "You do not have permission to view this directory or page using the credentials that you supplied.[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<hr>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<p>Please try the following:</p>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Contact the Web site administrator if you believe you should be able to view this directory or page.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Click the <a href="javascript:location.reload()">Refresh</a> button to try again with different credentials.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:83) - << "<h2>HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.<br>Internet "
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "Information Services (IIS)</h2>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<hr>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<p>Technical Information (for support personnel)</p>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services</a> and perform a title search for the words <b>HTTP</b> and <b>401</b>.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << " and search for topics titled <b>Authentication</b>, <b>Access Control</b>, and <b>About Custom Error Messages</b>.</li>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</ul>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - << "</TD></TR></TABLE></BODY></HTML>[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:921) - Resorting to protocol version default close connection policy
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:925) - Should NOT close connection, using HTTP/1.1
> 08-25@15:08:24 DEBUG [main] (HttpConnection.java:1175) - Connection is locked.  Call to releaseConnection() ignored.
> 08-25@15:08:24 DEBUG [main] (HttpMethodDirector.java:277) - Authenticating with NTLM <any realm>@spweb.mycompany.com:80
> 08-25@15:08:24 DEBUG [main] (HttpMethodParams.java:355) - Credential charset not configured, using HTTP element charset
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "POST /sites/corpweb/_vti_bin/UserProfileService.asmx HTTP/1.1[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (HttpMethodBase.java:1235) - Adding Host request header
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "SOAPAction: http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "User-Agent: Axis2[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Transfer-Encoding: chunked[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
> 08-25@15:08:24 DEBUG [main] (Wire.java:69) - >> "Authorization: NTLM TlRMTVNTUAADAAAAGAAYAGIAAAAAAAAAegAAAAgACABAAAAACgAKAEgAAAAQABAAUgAAAAAAAAB6AAAABlIAAFdJTk5URE9NU1BfQ1JBV0xFUlNQV0VCLk1JQ1JPTi5DT002VzHvvpNN+u0ZUA1AJK4mTRg6+aWfDgI=[\r][\n]"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org