Example of OEM Service Test Type Web Transaction with Multiple Steps
I have a set of services that needs a security token. This security token expires after few hours.
What are my options for setting up Service Tests and Beacons for this type of service in OEM 11g.
I was thinking of Test Type: Web Transaction with multiple steps.
Step 1. Issue security service SOAP request to get the token.
Step 2. Parse step1 service response and get security token
Step 3. Use security token in the business service to get the result.
Kindly please respond if this is feasible. How do I do step 2? All I see is Success String (Simple Text or regular expression) option. Is there any way I can parse the response and retrieve token and save as secToken. Can I use [secToken] in post data for step 3?
What are my options for setting up Service Tests and Beacons for this type of service in OEM 11g.
I was thinking of Test Type: Web Transaction with multiple steps.
Step 1. Issue security service SOAP request to get the token.
Step 2. Parse step1 service response and get security token
Step 3. Use security token in the business service to get the result.
Kindly please respond if this is feasible. How do I do step 2? All I see is Success String (Simple Text or regular expression) option. Is there any way I can parse the response and retrieve token and save as secToken. Can I use [secToken] in post data for step 3?
0