Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Error while creating SOAP connection

aibasu
New Contributor III
New Contributor III

I am trying to create a simple SOAP connection with the following connection json . But I am repeatedly getting connection timed out error message while trying to save the connection . Could someone please help me with this ?

{
"authentications": {
"login": {
"authType": "Basic",
"properties": {
"SOAP_ENDPOINT": "https://<url>:8444/niku/xog",
"USERNAME": "**********",
"PASSWORD": "*********",
"TenantID": "clarity",
"PASSWORD_TYPE": "PasswordText",
"REQUESTPARAMS": {
"CONTENT-TYPE": "text/xml;charset=UTF-8",
"Connection": "Keep-Alive",
"Keep-Alive": "timeout=600, max=1000"
}
}
}
}
}

3 REPLIES 3

naveenss
All-Star
All-Star

Hi @aibasu are you able to authenticate using postman?

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

aibasu
New Contributor III
New Contributor III

Hi @naveenss ,

Yes I am able to authenticate using Postman .

Thanks and Regards ,

Aishani Basu

rushikeshvartak
All-Star
All-Star
  • Do you have required port opening ? from Saviynt to target application
  • Does DNS Resolver in place ?

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.