Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
user19
Contributor

get "401 Unauthorized" response in SOAP UI instead of "5oo Server Error" using Talend studio

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

Labels (3)
3 Replies
Anonymous
Not applicable

Hello,

Pleas try to use tRestClient component to see if it is what you are looking for.

Best regards

Sabrina

user19
Contributor
Author

and what if it is a SOAP service?

Anonymous
Not applicable

Hello,

You can configure http basic auth in a web service via tsoap component. which could open an http authenticated session.

Best regards

Sabrina