A modest collection of PHP libraries used at SparkFun.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jason Nedell 414106f2ef Pull in latest UPS API code 9 years ago
..
AddressClassificationType.php Pull in latest UPS API code 9 years ago
AddressKeyFormatType.php Pull in latest UPS API code 9 years ago
CandidateType.php Pull in latest UPS API code 9 years ago
ClientInformationType.php Pull in latest UPS API code 9 years ago
CodeDescriptionType.php Pull in latest UPS API code 9 years ago
CodeType.php Pull in latest UPS API code 9 years ago
ErrorDetailType.php Pull in latest UPS API code 9 years ago
Errors.php Pull in latest UPS API code 9 years ago
LocationType.php Pull in latest UPS API code 9 years ago
Property.php Pull in latest UPS API code 9 years ago
README.md Pull in latest UPS API code 9 years ago
RequestType.php Pull in latest UPS API code 9 years ago
ResponseType.php Pull in latest UPS API code 9 years ago
ServiceAccessToken.php Pull in latest UPS API code 9 years ago
StreetAddressValidateException.php Pull in latest UPS API code 9 years ago
TransactionReferenceType.php Pull in latest UPS API code 9 years ago
UPSSecurity.php Pull in latest UPS API code 9 years ago
UsernameToken.php Pull in latest UPS API code 9 years ago
XAVRequest.php Pull in latest UPS API code 9 years ago
XAVResponse.php Pull in latest UPS API code 9 years ago
XAVService.php Pull in latest UPS API code 9 years ago

README.md

This set of classes is designed to wrap UPS's street-level address validation API, that they call XAV.

It consists of this class, which has methods to access the most common functions of the API, as well as a set of generated classes for describing the SOAP request.

The WSDL class files were generated using wsdl2phpgenerator, with the following command:

php wsdl2php --createAccessors --constructorNull --cacheNone \
--namespace="SparkLib\UPS\StreetAddressValidate" \
-i /var/www/lib/classes/SparkLib/UPS/StreetAddressValidate/wsdl/XAV.wsdl