Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In postman, I have the following URL for POST :
https://some.site.com/sharing/rest/community/users/<username>/disable?token=<tokenvalue>
In the body, I have to use key-value pair for x-www-urlencoded
in params, I am passing:
I have successfully tested this in postman, However, I am unable to get it working in Talend Studio 8.
My question is:
How do I accommodate both query parameter (token in my example); and x-www-encoded form value in tRESTClient for a POST API call?
Thank you.
Talend error:
ERROR] 14:54:56 org.apache.cxf.jaxrs.utils.JAXRSUtils- No message body reader has been found for class org.dom4j.Document, ContentType: text/plain;charset=utf-8
I was able to resolve the issue.
In the tRESTClient component, I switched the Accept Type option to 'any' and the job completed successfully.
I was able to resolve the issue.
In the tRESTClient component, I switched the Accept Type option to 'any' and the job completed successfully.