Consumer BSSV fails on constructor

erodr154

Member
Greetings colleagues,

I am creating a consumer bssv that connects to ServiceNow.

Whenever i call the constructor it will return immediately with error 401. I debugged the execution and it doesnt get further than the constructor. It does not reach the method call myService.execute().

Has anybody experience this issue before? I understand the 401 is unauthorized but most services we consume have a specific method that receive user or passowrd, or we use basic authentication, but the object is already constructed by the point we set that up.

Kind Regards,
Emanuel
 
Back
Top Bottom