Base type for all requests.
Field name |
Type |
Default value |
Comments |
|---|---|---|---|
requestId |
String |
generated |
Internal ID of this request. Must be unique! If not supplied an internal ID is generated. |
user |
String |
null |
User name. Can be null if no authentication is needed |
password |
String |
null |
User password. Can be null if no authentication is needed |
coordSystem |
String |
EPSG:4326 |
Coordinate system ID of the coordinates in this request. E.g. "EPSG:4326" |
outCoordSystem |
String |
EPSG:4326 |
Requested coordinate ID system in this response.E.g. "EPSG:4326" |
outLanguage |
String |
en |
Language for test outputs as ISO 639-1. (http://www.loc.gov/standards/iso639-2/php/English_list.php) |
timeout |
String |
10000 |
Hint how long a computation should take at maximum in milliseconds. An error may be returned if a time-out occurs. |
pointInTime |
DateTime |
now |
Calculations that are based on time-dependent conditions (e.g. time-limited blocking of a road) use this time for the calculation. If not specified (null), the current time is used. Parameter is ignored if no time-dependent conditions are present. |
resultUrl |
String |
null |
Optional URL where the result of the request is send (HTTP POST). Content will be an XML file containing a subtype of ResponseBase. This is an optional addition to the return value of the service call |
statusChangedUrl |
String |
null |
Optional URL where status changes of the request are send (HTTP POST). Content will be an XML file containing a StatusResponse. This is an optional addition to the return value of the service call |
errorUrl |
String |
null |
Optional URL where errors occurring during the processing of the request are send (HTTP POST). Content will be an XML file containing a MobikatServiceFault. This is an optional addition to the return value of the service call |
© 2020, Fraunhofer IVI