Begin forwarded message:
Date: Wed, 30 Oct 2013 11:18:58 -0700
From: "D.Edmons"
To: Shlomi Fish
Subject: Re: perl Gtk2 install and makemaker install
I tend to hand-crank mine. My preferred distro was SourceMage for that
reason (I was a developer there for a short time), but the economy dro
never mind, I got it:
my $client = SOAP::Lite->new(
proxy => $soap_url,
uri => "http://support.dell.com/WebServices/";,
);
and it works
--
Groeten,
natxo
On Wed, Oct 30, 2013 at 9:41 PM, Natxo Asenjo wrote:
> hi,
>
> I am trying to get some info off a webservice using SOAP lite.
hi,
I am trying to get some info off a webservice using SOAP lite.
The service definition is
http://xserv.dell.com/services/assetservice.asmx?op=GetAssetInformation
and this is my code:
#!/usr/bin/env perl
use warnings;
use strict;
use diagnostics;
use Data::Dumper;
use SOAP::Lite +trace => "