cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

B1IF - Http Call: XCE001 Nested exception:java.lang.NullPointerException

emike2
Explorer
0 Likes
745

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

Accepted Solutions (0)

Answers (2)

Answers (2)

emike2
Explorer
0 Likes

Hi,
I found mistake in query is, now is correct and works:

Thank you for response.

mgregur
Active Contributor
0 Likes

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