Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have a scenario where i am pushing XML output something like this:
Hello
Sometimes when trying to consume a web service from a java client, you get a 403 forbidden HTTP response code, even though the service is accessible normally from web browsers.
The HTTP 403 forbidden error doesn’t necessarily occur due to missing authentication attributes, some web services would only authorize web browsers or some specific clients to access them, while they deny any requests coming from third-party clients. For more information about Http 403 forbidden error, read this page. So, make sure you have access to API from third-party clients, such as Postman, Talend Studio.
About the job design, can you share a screenshot to show us which components are you using in the job? Which format of XML file you pass to tRestClient? String or Document?
Regards
Shicong