Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
@rhall suggestion worked for me. thanks.
This works for me:
tFixedFlowInput -> tXMLMap -> tRESTClient
And be aware: Never press "Sync Columns" when you have a tRESTClient Component nearby! This destroys the schema of the tRESTClient and you have to replace it with a new one!
tRestClient: Set Content Type to JSON and in Advance Settings make sure "Drop JSON Request Root" is selected!
Thanks @Holger Damczyk for the descriptive answer. It worked for me.
Hi @Richard Hall ,
I tried your solution, it works for me but I have a problem when the request sent in the body is too long (more than 4050 characters) the trestClient does nothing and returns an empty response.
thanks in advance
Reda
Hi @Reda Saidani ,
Are you saying that when you send a JSON String to the "string" input column of the tRestClient it fails if it is larger than 4050 characters? Or are you saying that it fails if the URL is greater than 4050 characters? I've never seen either of these limitations, but I may not have tested them. So I'd like to try this to see.
when my String is less than 4050 characters it's work and i get the response but if it's greater than 4050 i have un empty response and any message and nothing happen in the API
this is the response for the 2 query
response just for 1 query wich is less than 4050 characters