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

XML to JSON Conversion generates an empty json

2,446

Good morning.

I have a Proxy->Rest scenario with Rest Operation GET. In the Rest Receiver communication channel, I configured it this way:

However, an empty payload is being generated:

XML before the conversion:

Payload after the Conversion (empty payload):

I emphasize that I did a test, changing Rest Operation to PUT. In this case I received an http 404 as this is not the expected operation, but the json was generated correctly.

Why doesn't the XML->Json conversion work with the GET method?

Thanks

View Entire Topic
0 Likes

Issue resolved. I was unable to create the payload for the get method, but I resolved it through Dynamic Configuration, placing the variables in the url.

Thanks