Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend Community
I need to capture the following header parameter Authorization as : Token token="729f70f8-67dd-86b9-0296-23d3a387a19e"
I have configured it in Talend tRestClient as:
Is my formatting looking correct?
There is not enough information here I'm afraid. You need to provide us with information about what your service requires. Your token looks like it is likely configured incorrectly. What information are you working with? We need to see that
Hi
I am interested in the syntax if there is perhaps an error in my capture of the variable in Talend.
However here is my SOAPUI project which works perfectly:
Why have you used some of the values below in your query parameters and only 3 in your headers section? Do you get an error message when you run this? What does it say if you do?
This information is more useful than before, but it would be good to see the service specification. The problem *may* be revealed by the error message, but it *may* be something to do with something that won't immediately reveal itself from the error. For example, the token *may* need to be base64 encoded.
The Header is a Authorization hardcoded assigned token.
I placed the body elements in the body section and under advance placed the headers. Should it be different?
I am thinking that I did not capture the Authorization parameter correctly based on the already " characters in the string...
Can you verify the capture?