#!/usr/bin/perl use strict; use warnings; use diagnostics; use SOAP::Lite; use SOAP::WSDL; use Data::Dumper; $Data::Dumper::Terse = 1; $Data::Dumper::Indent = 1; BEGIN { warn "Started...\n" } my $soap = SOAP::WSDL->new( wsdl => 'http://contentcafe2.btol.com/ContentCafe/InventoryAvailability. +asmx?WSDL' ); $soap->wsdlinit( caching => 1, cache_directory => '/tmp' ); $soap->servicename('InventoryAvailability'); $soap->portname('InventoryAvailabilitySoap'); my $som = $soap->call('CheckInventory'); warn "Loaded...\n"; print Dumper($som);
In reply to Re: SOAP suds
by Khen1950fx
in thread SOAP suds
by locked_user sundialsvc4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |