<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hello, I tried XML::Compile with wsdl using script like below: </div>
<div>&nbsp;</div>
<div>#!/usr/bin/perl</div>
<div>use XML::Compile::WSDL11;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>use XML::Compile::SOAP11;</div>
<div>use XML::Compile::Transport::SOAPHTTP;</div>
<div>use Log::Report mode =&gt; 'DEBUG';</div>
<div>my $nodewsdl = &quot;NodeBean.wsdl&quot;;</div>
<div>my $wsdl = XML::Compile::WSDL11-&gt;new($nodewsdl);</div>
<div>my $server = 'user:password\@localhost';</div>
<div>my $call = $wsdl-&gt;compileClient( operation=&gt;'getNodes',server=&gt;$server );</div>
<div>my %request = ('filter'=&gt;{'condition'=&gt;{'name'=&gt;'name','operator'=&gt;'LIKE','value'=&gt;'VJHASW%'}});</div>
<div>my ($nodes, $trace) = $call-&gt;(%request);</div>
<div>&nbsp;</div>
<div>Something is obviously wrong in my script, because the result was &quot;received 401 Unauthorized&quot;, while I know (tested by other means) that user and password are actually right. </div>
<div>Any ideas ? </div>
<div>&nbsp;</div>
<div>Thanks in advance, </div>
<div>Tapio</div>
<div>&nbsp;</div>
</font>
</body>
</html>