Hi all,
Established Webservice connection with Va. Now va is in INactive state. I’ now trying to connect using saas connection. doing the similar steps, but it showing unauthorized error. what am I missing here.
Is your VA now active and online?
Hi anthony,
No, its still in inactive state
Since you are using Webservice SaaS, the request doesn’t flow through VAs. Check your credentials and configuration used to connect to your application.
Its the same credentials used for webservice saas connector.The authentication type is Api Token. Test connection is successful while doing in the Webservice with Va. The same Api Token using for the Saas one. The same credential can be used or not?. Its showing unauthorized error
Which connector are you using, webservices or web services says?
Initialy we deployed using webservice, Now we are moving to saas. There is no issues with the webservice, its working fine. For eliminating Va issues. We are moving to saas now. Trying to do test connection for webservice Saas
ok so @kani is correct webservices saas doesn’t use the VA but webservices does.
So if you had it working through the webservices and VA, you will need to check that webservices connector can connect directly to your api.
Without knowing more about the configuration and environment its difficult to comment.
@sk8er23 , so how to check that whether its diectly connecting to the application. Its blackline application, In the postman , we have the collections and access token obtained through them
So when you say
do you mean on-premise, local to the VA or internet based outside your network?
Its cloud based applicatioon. Its not on-prem
Hi @kani
I think you missed authorization header
If your using okta then add header, authorization: SSWS yourtoken
or other
authorization: Bearer yourtoken
add header in every http operation
Thank You
Bapu.
@gogubapu It works, Thank you
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.