Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In Talend studio I build a service. I am using the Basic Authentication and every thing works fine but If I send a request with wrong authentication in SOAP UI it return me 500 Server Error. Here I want to change this error to 401 Unauthorized response. How can I fix it? is there any component in Talend studio where I could specify this error? any help would be appreciated
Hello,
Pleas try to use tRestClient component to see if it is what you are looking for.
Best regards
Sabrina
and what if it is a SOAP service?
Hello,
You can configure http basic auth in a web service via tsoap component. which could open an http authenticated session.
Best regards
Sabrina