The Net Tools Company - 800.225.4190
Search: 
Available in: SHIPPING
FedExAddress Component [Shipping Integrator V4]

Properties   Methods   Events   Configuration Settings  

Allows you to validate or complete recipient addresses.

NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.

Remarks

Via this component you can perform the following:

  • Confirm the validity and completeness of US, Puerto Rico and Canadian recipient addresses.
  • Complete incomplete recipient addresses.
  • Correct invalid recipient addresses.
  • Determine whether an address is business or residential to increase the accuracy of courtesy rate quotes. This applies to US addresses only.
  • Find information on the nearest FedEx location(s).

Having correct addresses on the shipping labels will eliminate delivery delays and additional service fees (occurring when a shipment is re-routed).

For address verification, use the ValidateAddress method. This provides street level matches, but it does not currently verify suite or apartment numbers. It checks if the street exists in the city and state/province or postal code entered, and if the street number is within a valid range for the street entered. Upon successful reply, it either provides an exact match or possible alternatives (multiple address results) when an exact match cannot be found based on the input values, or informs you if no possible alternatives can be found.

The following information is the minimum required to check an address:

  • Street Address
  • City and State/Province or Postal Code

To search for the nearest FedEx location(s), use the FindLocations method. You can search by address or telephone number.

To narrow down the search, you can specify what type of locations are you looking for (such as FedEx Staffed, Self-Service and/or Authorized Ship Center) and any special service those locations offer (such as Saturday service, packaging supplies, packing services, latest Express drop-off, etc.).

If the request completes successfully, FedEx server will return a set of matches that satisfies the search criteria. You will be able to retrieve FedEx location Ids, addresses, available services they offer, operations hours on weekdays and/or weekends.

The set of locations retrieved is limited to a maximum of ten locations returned within a 50-mile radius.

To use this component, you must have a FedEx FedExAccount. You should also have already obtained a FedExAccount, FedExAccount and a FedExAccount uniquely assigned to your account by FedEx after registration for Web Services.

FedEx allows this service to be used in production environment only (i.e., after passing the certification). Customers need to be certified first in order to have the Advanced (such as Address Validation) services activated. After the certification is granted, you will receive the production credentials (FedExAccount, FedExAccount and FedExAccount) uniquely assigned to your FedExAccount by FedEx after being certified for FedEx Web Services. Once they move to production, Address Validation is a feature that has to be activated upon the customer's request.

Property List


The following is the full list of the properties of the component with short descriptions. Click on the links for further details.

Address1Street name.
Address2A specific detail on the address (such as building, suite, apartment, floor number etc.
AddressFlagsVarious flags that denote information about the address.
CityName of city, town, etc.
CountryCodeCountry code.
StateState or province code.
ZipCodePostal code.
CompanyName of the company that resides at the address to be validated.
FedExAccountNumberAccount number for logging in to the FedEx Server .
FedExCSPProductIdIdentifies the CSP product.
FedExCSPProductVersionIdentifies the CSP product version.
FedExCSPUserKeyCSP end user key.
FedExCSPUserPasswordCSP end user password.
FedExDeveloperKeyIdentifying part of the authentication key used for the sender's identity.
FedExMeterNumberMeter number to use for submitting requests to the FedEx Server .
FedExPasswordSecret part of authentication key used for the sender's identity.
FedExServerURL for the FedEx Server where the requests are sent.
FirewallAutoDetectThis property tells the component whether or not to automatically detect and use firewall system settings, if available.
FirewallTypeThis property determines the type of firewall to connect through.
FirewallHostThis property contains the name or IP address of firewall (optional).
FirewallPasswordThis property contains a password if authentication is to be used when connecting through the firewall.
FirewallPortThis property contains the TCP port for the firewall Host .
FirewallUserThis property contains a user name if authentication is to be used connecting through a firewall.
LocationCountThe number of records in the Location arrays.
LocationCityCity name of a FedEx location.
LocationDescriptionA textual description of the type of business at this FedEx location.
LocationDistanceDistance of this FedEx location from the point indicated by the search criteria.
LocationHoursSaturdaySaturday hours of operation for this FedEx location.
LocationHoursWeekdayWeekday hours of operation for this FedEx location.
LocationIdBusiness identifier that can be used by IRV attendant to look directions to this FedEx location.
LocationLastExpressSaturdayThe time of day on Saturdays by which FedEx Express packages must be dropped off at this location for shipment that day.
LocationLastExpressWeekdayThe time of day on weekdays by which FedEx Express packages must be dropped off at this location for shipment that day.
LocationLastGroundSaturdayThe time of day on Saturdays by which FedEx Ground packages must be dropped off at this location for shipment that day.
LocationLastGroundWeekdayThe time of day on weekdays by which FedEx Ground packages must be dropped off at this location for shipment that day.
LocationNameThe name of the business at this FedEx location.
LocationServiceFlagsThis specifies what type of services this FedEx location provides.
LocationStateState or province code of this FedEx location.
LocationStreetAddressStreet address or intersection of this FedEx location.
LocationZipCodePostal Code of this FedEx location.
MatchCountThe number of records in the Match arrays.
MatchAddress1Address line 1 of an address candidate in the list of matches (if any).
MatchAddress2Address line 2 of an address candidate in the list of matches (if any).
MatchChangeTypeChanges made to the Address (during validation process) compared to this address candidate.
MatchCityCity name of an address candidate in the list of matches (if any).
MatchCompanyName of the company that resides at an address candidate in the list of matches (if any).
MatchCountryCodeCountry code of an address candidate in the list of matches (if any).
MatchQualityQuality factor an address candidate in the list of matches (if any).
MatchResidentialStatusResidential status of an address candidate in the list of matches (if any).
MatchStateState or province code of an address candidate in the list of matches (if any).
MatchZipCodePostal Code of an address candidate in the list of matches (if any).
PhonePhone number for which nearby FedEx locations are to be found.
ProxyAuthSchemeThis property is used to tell the component which type of authorization to perform when connecting to the proxy.
ProxyAutoDetectThis property tells the component whether or not to automatically detect and use proxy system settings, if available.
ProxyPasswordThis property contains a password if authentication is to be used for the proxy.
ProxyPortThis property contains the TCP port for the proxy Server (default 80).
ProxyServerIf a proxy Server is given, then the HTTP request is sent to the proxy instead of the server otherwise specified.
ProxySSLThis property determines when to use SSL for the connection to the proxy.
ProxyUserThis property contains a user name, if authentication is to be used for the proxy.
SSLAcceptServerCertEncodedThe certificate (PEM/base64 encoded).
SSLCertEncodedThe certificate (PEM/base64 encoded).
SSLCertStoreThe name of the certificate store for the client certificate.
SSLCertStorePasswordIf the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
SSLCertStoreTypeThe type of certificate store for this certificate.
SSLCertSubjectThe subject of the certificate used for client authentication.
SSLServerCertEncodedThe certificate (PEM/base64 encoded).
TimeoutA timeout for the component.

Method List


The following is the full list of the methods of the component with short descriptions. Click on the links for further details.

ConfigSets or retrieves a configuration setting.
FindLocationsFinds FedEx location(s) based on the input data.
ResetResets the internal state of the component and all properties to their default values.
ValidateAddressReturns corrected and standardized address information.

Event List


The following is the full list of the events fired by the component with short descriptions. Click on the links for further details.

ErrorInformation about errors during data delivery.
NotificationNotification returned by the server upon successful request (if applicable).
SSLServerAuthenticationFired after the server presents its certificate to the client.
SSLStatusShows the progress of the secure connection.

Configuration Settings


The following is a list of configuration settings for the component with short descriptions. Click on the links for further details.

RawRequestContains the complete request sent to the Server.
RawResponseContains the complete response returned by the Server.
XPathUsed to retrieve data at any place within the response.
WarningWarning message returned by the server.
CSPUserKeyCSP end user key.
CSPUserPasswordCSP end user password.
CSPProductIdIdentifies the CSP product.
CSPProductVersionIdentifies the CSP product version.
LocationTypeContains the collection drop-off service identifiers to search for.
AcceptEncodingUsed to tell the server which types of content encodings the client supports.
AllowHTTPCompressionThis property enables HTTP compression for receiving data.
AuthorizationThe Authorization string to be sent to the server.
BytesTransferredContains the number of bytes transferred in the response data.
EncodeURLIf set to true the URL will be encoded by the component.
GetOn302RedirectIf set to true the component will perform a GET on the new location.
HTTPVersionThe version of HTTP used by the component.
IfModifiedSinceA date determining the maximum age of the desired document.
KeepAliveDetermines whether the HTTP connection is closed after completion of the request.
MaxHeadersInstructs component to save the amount of headers specified that are returned by the server after a Header event has been fired.
MaxHTTPCookiesInstructs component to save the amount of cookies specified that are returned by the server when a SetCookie event is fired.
ProxyAuthorizationThe authorization string to be sent to the proxy server.
ProxyAuthSchemeThe authorization scheme to be used for the proxy.
ProxyPasswordA password if authentication is to be used for the proxy.
ProxyPortPort for the proxy server (default 80).
ProxyServerName or IP address of a proxy server (optional).
ProxyUserA user name if authentication is to be used for the proxy.
TransferredDataLimitThe maximum number of incoming bytes to be stored by the component.
UsePlatformHTTPClientWhether or not to use the platform HTTP client.
UserAgentInformation about the user agent (browser).
KerberosSPNThe Service Principal Name for the Kerberos Domain Controller.
UseIPv6Whether or not to use IPv6.
MaxLineLengthThe maximum amount of data to accumulate when no EOL is found.
FirewallAutoDetectTells the component whether or not to automatically detect and use firewall system settings, if available.
FirewallHostName or IP address of firewall (optional).
FirewallListenerIf true, the component binds to a SOCKS firewall as a server (IPPort only).
FirewallPasswordPassword to be used if authentication is to be used when connecting through the firewall.
FirewallPortThe TCP port for the FirewallHost;.
FirewallUserA user name if authentication is to be used connecting through a firewall.
FirewallTypeDetermines the type of firewall to connect through.
TcpNoDelayWhether or not to delay when sending packets.
ReuseSSLSessionDetermines if the SSL session is reused.
SSLCipherStrengthThe minimum cipher strength used for bulk encryption.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLProviderThe name of the security provider to use.
SSLSecurityFlagsFlags that control certificate verification.
OpenSSLCADirThe path to a directory containing CA certificates.
OpenSSLCAFileName of the file containing the list of CA's trusted by your application.
OpenSSLCipherListA string that controls the ciphers to be used by SSL.
OpenSSLPrngSeedDataThe data to seed the pseudo random number generator (PRNG).
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
FirewallDataUsed to send extra data to the firewall.
InBufferSizeThe size in bytes of the incoming queue of the socket.
OutBufferSizeThe size in bytes of the outgoing queue of the socket.
CodePageThe system code page used for Unicode to Multibyte translations.
| About | Privacy Policy | Terms of Use |
© Copyright 2012 /n software inc.