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?

In reply to Re^4: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to by jgfcoimbra
in thread SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to by jgfcoimbra

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.