jkohout
12 years agoNew Contributor
Transfering values to the EndPoint
Hi guys,
I'm very new in soapUI PRO, and I would like to ask you to help me with this procedure:
I have some JDBC request which gives me values "IdBankAccount" (10000084,10000096,10000032....):
I am connecting to this ENDPOINT
but for this special request I must specified "Full Path" to get response. So the entire Endpoint is like this:
And here comes the tricky part...
I need to transfer values "IDBankAccount" to the end of "FullPath" so the TestCase should be running like this:
Is there any way how to do that?
Thanks for any help!
I'm very new in soapUI PRO, and I would like to ask you to help me with this procedure:
I have some JDBC request which gives me values "IdBankAccount" (10000084,10000096,10000032....):
I am connecting to this ENDPOINT
http://obs01:9900/ib-server-jat-ref
but for this special request I must specified "Full Path" to get response. So the entire Endpoint is like this:
http://obs01:9900/ib-server-jat-ref/bankaccount/10000084
And here comes the tricky part...
I need to transfer values "IDBankAccount" to the end of "FullPath" so the TestCase should be running like this:
1. run:
http://obs01:9900/ib-server-jat-ref/bankaccount/10000084
2.run:
http://obs01:9900/ib-server-jat-ref/bankaccount/10000096
3.run:
http://obs01:9900/ib-server-jat-ref/bankaccount/10000032
etc..
Is there any way how to do that?

Thanks for any help!