lr_start_transaction("Parent_Transaction");
              
lr_start_sub_transaction("Parent_Transaction_R1_Child_Transaction_Name","Parent_Transaction");              
              web_custom_request("Child_Transaction_Name",
                             "URL=http://XXXXXXXXX",
                             "Method=POST",
                             "Resource=0",
                             "RecContentType=application/json",
                             "Referer=http://XXXXXXX",
                             "Snapshot=t1.inf",
                             "Mode=HTML",
                             "EncType=application/json",
                             "Body={\"XXXXXXXXXX",
                             LAST);
              
lr_end_sub_transaction("Parent_Transaction_R1_Child_Transaction_Name",LR_AUTO);
lr_end_transaction("Parent_Transaction",LR_AUTO);
Comments
Post a Comment