Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Shipment::UPS::WSDL::XAVInterfaces::XAVService::XAVPort

VERSION

version 3.10

SYNOPSIS

my $interface = Shipment::UPS::WSDL::XAVInterfaces::XAVService::XAVPort->new();
my $response;
$response = $interface->ProcessXAV();

DESCRIPTION

SOAP Interface for the XAVService web service located at https://wwwcie.ups.com/webservices/XAV.

NAME

Shipment::UPS::WSDL::XAVInterfaces::XAVService::XAVPort - SOAP Interface for the XAVService Web Service

SERVICE XAVService

Port XAVPort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

ProcessXAV

Returns a Shipment::UPS::WSDL::XAVElements::XAVResponse object.

$response = $interface->ProcessXAV( {
Request => { # Shipment::UPS::WSDL::XAVTypes::RequestType
RequestOption => $some_value, # string
TransactionReference => { # Shipment::UPS::WSDL::XAVTypes::TransactionReferenceType
CustomerContext => $some_value, # string
TransactionIdentifier => $some_value, # string
},
},
RegionalRequestIndicator => $some_value, # string
MaximumCandidateListSize => $some_value, # string
AddressKeyFormat => { # Shipment::UPS::WSDL::XAVTypes::AddressKeyFormatType
ConsigneeName => $some_value, # string
AttentionName => $some_value, # string
AddressLine => $some_value, # string
PoliticalDivision2 => $some_value, # string
PoliticalDivision1 => $some_value, # string
PostcodePrimaryLow => $some_value, # string
PostcodeExtendedLow => $some_value, # string
Region => $some_value, # string
Urbanization => $some_value, # string
CountryCode => $some_value, # string
},
},,
{
UsernameToken => {
Username => $some_value, # string
Password => $some_value, # string
},
ServiceAccessToken => {
AccessLicenseNumber => $some_value, # string
},
},,
);

AUTHOR

Generated by SOAP::WSDL on Wed Aug 22 14:25:52 2012

AUTHOR

Andrew Baerg <baergaj@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Andrew Baerg.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.