Hi All,
i am planning to use perform method using metrix xml in map function. how can we capture response in xml maps.
as per document “Metrix 5 XML Messages” ,
ex: below is the xml message in map function .
<create_task result_name="CreateTask01">
<request>
<request_id>{requestId}</request_id>
</request>
</create_task>
Response ;
<create_task_result result_name="CreateTask01">
<task>
<task_id>6198</task_id>
<accepted>N</accepted>
<plan_start_dttm>05/01/2012 03:19:00 PM</plan_start_dttm>
<plan_travel_to_min>0</plan_travel_to_min>
<plan_travel_return_min>0</plan_travel_return_min>
<plan_travel_start_dttm>05/01/2012 03:19:00 PM</plan_travel_start_dttm>
<fixed_commitment>N</fixed_commitment>
<status>OP</status>
<task_status>OPEN</task_status>
<travel_to_distance>0</travel_to_distance>
<travel_from_distance>0</travel_from_distance>
<percent_complete>0</percent_complete>
<request_id>15094</request_id>
<reopened>N</reopened>
<fixed_person>N</fixed_person>
<split_allowed>N</split_allowed>
<on_site_task>Y</on_site_task>
<status_as_of>05/01/2012 03:18:57 PM</status_as_of>
<add_meters>N</add_meters>
<allow_ooh>N</allow_ooh>
<override_ooh>N</override_ooh>
<out_of_hours>N</out_of_hours>
<pick_complete>N</pick_complete>
<critical>N</critical>
<created_by>STUDIO</created_by>
<created_dttm>05/01/2012 03:18:57 PM</created_dttm>
</task>
</create_task_result>
how can we capture Task_id in “integration Map -XML” by using map function