The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
IP*Works! SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
UPS Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
Windows Workflow
SharePoint Extensions
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"From what I've seen in my evaluation your components are very good and extremely easy to use. I will be recommending them to all my colleagues who use Borland C++ Builder and Delphi."
-- M. Mattox
Properties Methods Events Configuration Settings
Provides up-to-the-minute status reports of shipments, domestic and international, from origin to delivery.
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.
For a given UPS tracking or reference number, this tool identifies the package(s) and provides detailed information about each package, including the current shipping status and the time and location of each scan while in transit. Track component supports tracking by tracking number, shipment identification number, or reference number. Using this component, you can find out up-to-the-minute specific details on shipping status, including the time and location of each scan as the package moves toward its final destination. And, this tracking information can be displayed in a customized format.
This component provides several levels of information depending on the request:
This component can return several kinds of initial responses:
You can request the multi-piece or package detail response as well as package progress information after you receive the initial response.
Multi-piece summary and package progress requests use the information in a package detail response to retrieve additional information about the package. For example, the component returns information regarding the shipment from a multi-piece summary request. It would also return the date, time, and status of every scan for the package from a package progress request.
When the TrackShipment method call of this component returns a response, it will either return a successful response document or an error document. An error may be returned at the top (response) level if there is a problem with the syntax of the request, or if a system error occurs.
In any of the above scenarios, if there is a problem with a specific identifier within the request, the response will raise an error that pertains to the specific identifier.
For more details on errors codes and descriptions, please refer to the Error Messages section.
This component limits the data requested to ten (10) packages per transaction.
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. Config Sets or retrieves a component configuration setting. Reset Reset the internal state of the component and all properties to their default values. TrackShipment Returns tracking data for requested identifier of type idType. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. SSLServerAuthentication Fired after the server presents its certificate to the client. SSLStatus Shows 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 complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). FromAddressLine3 The line 3 in ship from address. FullRequest Contains the full request sent to UPS. FullResponse Contains the full response returned by UPS. HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. PackageRescheduledDeliveryDate Date when the delivery is re-scheduled to (if applicable). PackageRescheduledDeliveryTime Time when the delivery is re-scheduled to (if applicable). PackageReturnAddressLine1 Line 1 in return to sender's address (if applicable). PackageReturnAddressLine2 Line 2 in return to sender's address (if applicable). PackageReturnAddressLine3 Line 3 in return to sender's address (if applicable). PackageReturnCity City in return to sender's address (if applicable). PackageReturnCountryCode Country code in return to sender's address (if applicable). PackageReturnState State or province code in return to sender's address (if applicable). PackageReturnZipCode Zip or postal code in return to sender's address (if applicable). ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification SocketHandle The handle of the main socket used by the component. ToAddressLine3 The line 3 in ship to address. TrackAddressLine3 Line 3 in the location address where the tracking event occurred (if any). UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows only) XPath Used to retrieve data at any place within the response.
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. SSLServerAuthentication Fired after the server presents its certificate to the client. SSLStatus Shows 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 complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). FromAddressLine3 The line 3 in ship from address. FullRequest Contains the full request sent to UPS. FullResponse Contains the full response returned by UPS. HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. PackageRescheduledDeliveryDate Date when the delivery is re-scheduled to (if applicable). PackageRescheduledDeliveryTime Time when the delivery is re-scheduled to (if applicable). PackageReturnAddressLine1 Line 1 in return to sender's address (if applicable). PackageReturnAddressLine2 Line 2 in return to sender's address (if applicable). PackageReturnAddressLine3 Line 3 in return to sender's address (if applicable). PackageReturnCity City in return to sender's address (if applicable). PackageReturnCountryCode Country code in return to sender's address (if applicable). PackageReturnState State or province code in return to sender's address (if applicable). PackageReturnZipCode Zip or postal code in return to sender's address (if applicable). ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification SocketHandle The handle of the main socket used by the component. ToAddressLine3 The line 3 in ship to address. TrackAddressLine3 Line 3 in the location address where the tracking event occurred (if any). UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows only) XPath Used to retrieve data at any place within the response.
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. FirewallListener If true, the component binds to a SOCKS firewall as a server (IPPort only). FromAddressLine3 The line 3 in ship from address. FullRequest Contains the full request sent to UPS. FullResponse Contains the full response returned by UPS. HTTPVersion The version of HTTP used by the component IfModifiedSince A date determining the maximum age of the desired document. InBufferSize The size in bytes of the incoming queue of the socket. KeepAlive Determines whether the HTTP connection is closed after the completion of the request. MaxLineLength The maximum amount of data to accumulate when no EOL is found. MaxTransferredData The maximum number of incoming bytes to be stored by the component. OpenSSLCADir The path to a directory containing CA certificates. OpenSSLCAFile Name of the file containing the list of CA's trusted by your application. OpenSSLCipherList A string that controls the ciphers to be used by SSL. OpenSSLPrngSeedData The data to seed the pseudo random number generator(PRNG). OutBufferSize The size in bytes of the outgoing queue of the socket. PackageRescheduledDeliveryDate Date when the delivery is re-scheduled to (if applicable). PackageRescheduledDeliveryTime Time when the delivery is re-scheduled to (if applicable). PackageReturnAddressLine1 Line 1 in return to sender's address (if applicable). PackageReturnAddressLine2 Line 2 in return to sender's address (if applicable). PackageReturnAddressLine3 Line 3 in return to sender's address (if applicable). PackageReturnCity City in return to sender's address (if applicable). PackageReturnCountryCode Country code in return to sender's address (if applicable). PackageReturnState State or province code in return to sender's address (if applicable). PackageReturnZipCode Zip or postal code in return to sender's address (if applicable). ProxyAuthorization The authorization string to be sent to the proxy server. ProxyPassword A password if Basic authentication is to be used for the proxy. ProxyPort Port for the proxy server (default 80). ProxyServer Name or IP address of a proxy server (optional). ProxyUser A user name if Basic authentication is to be used for the proxy. SSLCipherStrength The minimum cipher strength used for bulk encryption. SSLEnabledProtocols Used to enable/disable the supported security protocols. SSLProvider The name of the security provider to use. SSLSecurityFlags Flags that control certificate verification SocketHandle The handle of the main socket used by the component. ToAddressLine3 The line 3 in ship to address. TrackAddressLine3 Line 3 in the location address where the tracking event occurred (if any). UseWinInet If set, the WinInet API is used for retrieving the URL UseWinInetCookies Controls whether to send and accept cookies when making http requests through WinInet UserAgent Information about the user agent (browser). WinsockInfo Identifying information about the loaded Winsock stack (Windows only) WinsockLoaded Loads and unloads Winsock on demand (Windows only) WinsockMaxDatagramSize Size in bytes of the largest UDP datagram that can be sent or received (Windows only) WinsockMaxSockets Maximum number of sockets available to a single process (Windows only) WinsockPath The path to the Winsock DLL used (Windows only) WinsockStatus The status of the Winsock stack (Windows only) XPath Used to retrieve data at any place within the response.
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.