Hi All,
I have been using Windows share point services 3.0 . To upload a file I am using copy web service and I have given Windows authentication and gave user name and password. while using in asp.net web application it is working fine. But while using SOAPUI with the same wsdl, I got error while uploading file using copy web service.
error -
<h1>You are not authorized to view this page</h1>
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.
<hr>
<p>Please try the following:</p>
<ul>
<li>Contact the Web site administrator if you believe you should be able to view this directory or page.</li>
<li>Click the <a href="javascript:location.reload()">Refresh</a> button to try again with different credentials.</li>
</ul>
<h2>HTTP Error 401.2 - Unauthorized: Access is denied due to server configuration.<br>Internet Information Services (IIS)</h2>
Thanks,
SaranRam
Saran