on ‎2020 May 31 8:45 PM
Hello,
Dear experts, can you help me with simple Http Call:
I am trying to request to simple Web Service (Bank of Brazil - request currencies list).
When I am testing using SoapUI it is working perfectly:

I have created scenario step to call the same request, but every time I get an error:

xfrom ATOM to prepare call:

Any advice will be highly appreciated.
best regards
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Edyta,
your destPath should not include the query, you need to have:
destPath olinda/service/PTAX/version/v1/odata/Currencies
query $format=xml
Note that there is no "/" in destPath, IF will add it so if you have it in destPath you will get "//".
BR,
Matija
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 25 | |
| 15 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.