You can use a geolocator query for geocoding a given address. The query's result will be highlighted and displayed at the center of the map. (See Geolocator Queries for further information.)
Note: The geolocator search operation is very similar to ‘Request to query for an Object’ but it does not require a keyfield parameter. However the result contains X/Y coordinates.
If you e.g. want to search for address ‘Altgasse 1, Bregenz’ then you will use keyvalue=altgasse,%201,%20bregenz .
Possible Request:
http://w-vpc-kr-w7-e:8080/WO_10R3_SP2_latestBuild/client_mapwidget/default.jsp?baseURL=http://w-vpc-kr-w7-e:8080/WO_10R3_SP2_latestBuild&project=WebOffice_SampleProject_Doku&width=600&height=400&view=OSM&mapmargin=1&combined_req=true&maptransparency=1.0&query=Geolocator&keyvalue=Technologiestraße 10, Wien
If in the geolocator result configuration of the WebOffice 10 R3 project specific result fields are configured then one of these result fields can be used as returnkey. There are two useful returnkey values:

Geolocators - Result field list
I.returnkey=score
A score of 100 signifies that the queried address could be determined exactly and without uncertainty. If the queried address could not be determined exactly then the score will be lower than 100.
Possible Response:
{"MAP":{"url":"http://w-ws-rainer/WO_10R3_20120522/output/Demo-Projekt_f_r_WebOffice_Demo-Projekt_f_r_WebOffice_20120530_154930_355_7e.jpg","x":4793302.990273163,"y":2806016.128775232,"scale":300000,"width":600,"height":400,"upp":79.37515875031251},"FEATURES":{"keyname":["score"],"COORDS":[{"x":300,"y":200,"keyvalue":["100"]}]},"response_id":"1373b8b9-5273-4225-bc3a-3706484f253b"}
II. returnkey=matchLevel
The matchLevel provides information on which level the given address information could be matched.
Possible values are
- houseNumber: exactly matches to a house number
- street: matches to a street but not to a house number
Possible Response:
{"MAP":{"url":"http://w-ws-rainer/WO_10R3_20120522/output/Demo-Projekt_f_r_WebOffice_Demo-Projekt_f_r_WebOffice_20120530_154619_154_7c.jpg","x":4793302.990273163,"y":2806016.128775232,"scale":300000,"width":600,"height":400,"upp":79.37515875031251},"FEATURES":{"keyname":["matchLevel"],"COORDS":[{"x":300,"y":200,"keyvalue":["houseNumber"]}]},"response_id":"d2163cfd-1280-4fc0-81f3-1680f179b613"}