Hi,
After removing the the environment variables I got something different in the output but still with some errors.
joacoimb@farem001 ui_config_tools $ perl ./webdav_interface2.pl
HTTP_PROXY:
SSL_PROXY:
HTTPS_PROXY:
SOAP::Lite::new: ()
SOAP::Transport::HTTP::Client::new: ()
SOAP::Deserializer::new: ()
SOAP::Parser::new: ()
SOAP::Schema::new: ()
SOAP::Lite::call: ()
SOAP::Serializer::envelope: ()
SOAP::Serializer::envelope: GetListCollection
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Data::new: ()
SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0xbea7
+00)
SOAP::Transport::HTTP::Client::send_receive: POST http://in.nokia.com/
+sites/s40configmanag/_vti_bin/lists.asmx HTTP/1.1
Accept: text/xml
Accept: multipart/*
Accept: application/soap
Content-Length: 457
Content-Type: text/xml; charset=utf-8
SOAPAction: http://schemas.microsoft.com/sharepoint/soap/GetListCollec
+tion
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http:/
+/www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xm
+lsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema
+" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmln
+s:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><GetLis
+tCollection xmlns="http://schemas.microsoft.com/sharepoint/soap/" xsi
+:nil="true" /></soap:Body></soap:Envelope>
SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0xee6
+5a0)
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 401 Unauthorized
Date: Tue, 25 Jan 2011 10:41:04 GMT
Server: Microsoft-IIS/7.5
WWW-Authenticate: NTLM
Content-Length: 0
Client-Date: Tue, 25 Jan 2011 10:41:05 GMT
Client-Peer: 65.54.31.254:443
Client-Response-Num: 1
Client-SSL-Cert-Issuer: /C=US/O=Entrust, Inc./OU=www.entrust.net/rpa i
+s incorporated by reference/OU=(c) 2009 Entrust, Inc./CN=Entrust Cert
+ification Authority - L1C
Client-SSL-Cert-Subject: /C=FI/L=Espoo/O=Nokia Corporation/OU=Nokia Co
+rporation/CN=*.nokia.com
Client-SSL-Cipher: AES128-SHA
Client-SSL-Warning: Peer certificate not verified
Client-Warning: Unsupported authentication scheme 'ntlm'
MicrosoftSharePointTeamServices: 14.0.0.5114
SPRequestGuid: 242ea513-9b2c-45f7-a9aa-79d20cf4465a
X-Powered-By: ASP.NET
401 Unauthorized at ./webdav_interface2.pl line 51
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Parser::DESTROY: ()
SOAP::Deserializer::DESTROY: ()
SOAP::Transport::HTTP::Client::DESTROY: ()
SOAP::Transport::DESTROY: ()
SOAP::Schema::DESTROY: ()
SOAP::Serializer::DESTROY: ()
SOAP::Data::DESTROY: ()
SOAP::Deserializer::DESTROY: ()
SOAP::Lite::DESTROY: ()
SOAP::Parser::DESTROY: ()
SOAP::Transport::DESTROY: ()
SOAP::Serializer::DESTROY: ()
SOAP::Deserializer::DESTROY: ()
SOAP::Lite::DESTROY: ()
joacoimb@farem001 ui_config_tools $
This seems to be my error now:
SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 401 Unauthorized
Am I doing something wrong? |