To view the connection details by using the specified IP address, you must use the ArcotRiskFortAdminSvc service (available through ArcotRiskFortAdminWebService.wsdl). This section covers the following topics:
You must use the getLocationAndConnectionInfoRequest message to view the detailed connection information for the specified IP address. The following table lists the elements of this request message.
|
Element |
Mandatory |
Description |
|---|---|---|
|
ip |
Yes |
The IP address of the user whose details you want to see. |
|
callerId |
No |
Unique transaction identifier that your calling application can include. This identifier helps in tracking related transactions. |
To view the connection information for the specified IP address:
This operation returns the getLocationAndConnectionInfoResponse message that includes the status of the operation, connection details, and success result. See the following section for more information on the response message.
The response message, getLocationAndConnectionInfoResponse, returns the status of the operation, connection details, and success result in the SOAP envelope header. These elements are explained in the following table. The SOAP body returns a success message if the operation was performed successfully. If there are any errors, then the AdminFault response is returned. See appendix, "Exceptions and Error Codes" for more information on the SOAP error messages.
|
Element |
Description |
|---|---|
|
code |
The status of the operation:
|
|
message |
Contains the string that indicates whether the information was successfully retrieved from the database or not. |
|
transactionID |
The unique transaction identifier. |
|
|
|
|
locationContext |
The connection and location details, as described by city, cityCF, state, stateCF, country, countryCF, countryISOCode, postalCode, timeZone, longitude, latitude, aolFlag, connectionType, routingType, and lineSpeed. |
|
locationContext/ |
The city from where the IP address originated. |
|
locationContext/ |
The city code from where the IP address originated. |
|
locationContext/ |
The first-level administrative division within each country (if one exists) from where the IP address originated. |
|
locationContext/ |
The state code from where the IP address originated. |
|
locationContext/ |
The country from where the IP address originated. |
|
locationContext/ |
The country code from where the IP address originated. |
|
locationContext/ |
The two-letter country code (as defined in ISO 3166-1) from where the IP address originated. |
|
locationContext/ |
The postal (ZIP) code of the location from where the IP address originated. |
|
locationContext/ |
The timezone of the location from where the IP address originated. |
|
locationContext/ |
A floating point number (with positive numbers representing East and negative numbers representing West) from where the IP address originated. |
|
locationContext/ |
A floating point number (with positive numbers representing North and negative numbers representing South) from where the IP address originated. |
|
locationContext/ |
The indication whether the specified IP is part of the AOL network:
|
|
locationContext/ |
The type of data connection between the end-user’s device and their Internet Service Provider (ISP):
|
|
locationContext/ |
The IP routing method used for the connection:
|
|
locationContext/ |
The speed of the user’s Internet connection. This is based on connectionType. |
|
Copyright © 2013 CA.
All rights reserved.
|
|