Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tREST from SOAPUI project How can I get it to work?

Hi Talend Community

 

I am attempting a REST service using tRESTClient.

Here is the SOAPUI project XML:

 



To see the whole post, download it here
Labels (9)
2 Replies
vapukov
Master II
Master II

You need first test Your Service, because it always return:

<html>
    <body>
        <h1>403 Forbidden</h1>
Request forbidden by administrative rules.
    </body>
</html>


try first make successful call with Postman or similar tools, if it will be successful - it will be ok and with same settings in Talend 


P.S. - if it real Token  in XML and pictures - delete it for avoid problems

Anonymous
Not applicable
Author

Hi 

 

The service is successful when I run it from SOUPUI.

When I then place my parameters in the tRESTClient, I get the 403 error.

 

I need the token to do session authentication. Did I configure the token correctly? token value: Token token="729f70f8-67dd-86b9-0296-23d3a387a19e"

0683p000009LvfV.png