in need of an example how to feed response into a request...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009
10:32 AM
08-25-2009
10:32 AM
in need of an example how to feed response into a request...
Can some one please provide me with an example I could mimic of how I could grab one or two parameters in a response and feed them into the corresponding two parameters of a request? Specifically, I have a fetch and save pairing in my test case....I want to be able to fetch a record, alter a parameter in the result and save the change.....I am having trouble implementing this!! Much thanx!
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009
12:06 PM
08-25-2009
12:06 PM
Hi Joan,
sure! Are the SOAP responses/requests or "just" REST/HTTP? Can you show the source and target message you want to transfer between?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
sure! Are the SOAP responses/requests or "just" REST/HTTP? Can you show the source and target message you want to transfer between?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009
02:44 PM
10-22-2009
02:44 PM
Hi Ole! Sorry for the delayed reply to your query..I was pulled onto another project so shelved this conundrum temporarily!! Anyway...it is a soap request/response chain:
(I am fetching a particular record and want to change one of the fields of that record to Approved and execute a request to save this changed record....)
request:
?
?
?
?
?
?
?
?
?
?
?
response:
831643
Success
1624
5633
Monthly
PendingApproval
100.0000
0.0000
100.0000
2.1000
BREMERTON
false
2.1000
2009-10-22T20:51:49.667
false
false
0001-01-01T00:00:00
0
false
PaperReturn
0.0000
0.0000
0
100.0000
0.0000
2.1000
2.1000
0.0000
0.0000
false
0.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0001-01-01T00:00:00
0
0
1
Hope this is enough info to give you an idea of what I need!
Thanx for your help!!
Joan
(I am fetching a particular record and want to change one of the fields of that record to Approved and execute a request to save this changed record....)
request:
response:
Hope this is enough info to give you an idea of what I need!
Thanx for your help!!
Joan
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2009
05:40 AM
10-23-2009
05:40 AM
Hello,
I suggest use groovy test step to extract data you need, modify and send it to next request. Check here: http://www.soapui.org/userguide/functional/groovystep.html , there are examples too.
Let me know does it help,
robert
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
I suggest use groovy test step to extract data you need, modify and send it to next request. Check here: http://www.soapui.org/userguide/functional/groovystep.html , there are examples too.
Let me know does it help,
robert
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
