The parameter callback_createpoint specifies a call back function, that indicates whether creating a point was successful or not.
The parameter's structure: MyCallbackCreatePoint(EDITGUID, EDITTEMPID, SUCCEEDED, X, Y, SCALES, COORDSYS)
EDITGUID: That's the GUID definded in parameter editkeyvalue (as string value)
EDITTEMPID: That's the temporary ID definded in parameter edit_temp_oid_mw (as string value). It's NULL, in case the parameter is not set or contains an empty string.
SUCCEEDED: Indicates whether the creation of the point was successful (TRUE) or not successful (FALSE).
X: Center point x coordinate or NULL in case no object was created.
Y: Center point y coordinate or NULL in case no object was created.
SCALES: Defines a list of the configured scales or NULL in case no scales are configured.
COORDSYS: Defines the coordinate system of the main map service. The coordinate system includes the epsg code (if available), the name of the coordinate system and its custom projection string (WKT). Consider that the custom projection string might have a length of about 700 characters.
Note: The methods name MyCallbackCreatePoint is just an example as well as the parameter's names.
•edit_temp_oid_mw
The parameter edit_temp_oid_mw can be set in combination with the parameter callback_createpoint and returns a temporary ID when creating an object.
Example:
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=Edit&activetools=CREATEPOINT&editlayerid=cities&editkeyfield=CITY_NAME&editkeyvalue=Testcity&callback_createpoint=createPointResult&edit_temp_oid_mw=23425