|
I am trying to access objects from a SharePoint on my company site, which requires Authentication and Authorization in order to access the same. I have written a client and am trying to access the WSDL using Axis 1.0.
I am getting an authentication error whiletyring to access the same . The details are listed below. Is there any workaround you may be knowing to get over this firewall problem, that they may be facing ?
Exception in thread "main" AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultString: (401)Unauthorized
faultActor: null
faultDetail:
null: return code: 401
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.
|