Looking for PERL and SOAP help

Suoritettu Julkaistu Dec 31, 2014 Maksettu toimituksen yhteydessä
Suoritettu Maksettu toimituksen yhteydessä

I have a project where I'm trying to automate download of data from USPS.

They offer a SOAP interface, but I'm not able to (or don't have the knowledge to) get past the following error:

cannot import document for namespace >[url removed, login to view]< without location at /usr/lib/perl5/site_perl/[url removed, login to view] line 90.

Here is the code that I'm using:

#!/usr/bin/perl

use strict;

use warnings;

use SOAP::WSDL;

use Data::Dumper;

print "Before my soap\n";

my $soap = SOAP::WSDL->new(

wsdl => '[url removed, login to view]',

);

my %data;

my $result = $soap->call('getEpfVersion', %data);

print Dumper %data;

Perl Tietojärjestelmäarkkitehtuuri XML

Projektin tunnus: #6924277

Tietoa projektista

6 ehdotusta Etäprojekti Aktiivinen Jan 6, 2015

Myönnetty käyttäjälle:

sendmoreinfo

SOAP::WSDL is not recommended for new development. Your sample code works better with SOAP::Lite -- it outputs 'EPF version is 3.00.7' for me. use strict; use SOAP::Lite; use vars qw($soap $resp); $soap = SOA Lisää

$10 USD 3 päivässä
(0 Arvostelua)
0.0

6 freelanceria on tarjonnut keskimäärin $30 tähän työhön

quickprogexpert

Hello, I have been working on perl for about 7 years and have my own modules. I can handle this and get you the data you need. thanks, Shweta

$50 USD 1 päivässä
(140 arvostelua)
6.3
gangabass

Hi! I'm Perl expert with experience working with SOAP that's why I'm sure you'll be impressed with my work. I can fix your code in less than a day and I can offer you best price here. Thanks. Roman

$30 USD 1 päivässä
(205 arvostelua)
6.3
PerlIsFun

If you're working on a Linux platform, I'd be glad (and able) to help. Shouldn't be that hard ;) Thank you.

$30 USD 1 päivässä
(23 arvostelua)
5.2
sveralex

A proposal has not yet been provided

$27 USD 1 päivässä
(22 arvostelua)
4.5
spencerb

You have to download a couple of packages for this to work. You may also have a DNS problem, but there are ways to just ignore the schema and move on or store it locally and reference it there. I can handle it for yo Lisää

$35 USD 1 päivässä
(5 arvostelua)
1.9