SOAP Connection with Token

tbonnesen
New Contributor II
New Contributor II

How do you setup a SOAP connection json to specify username and password and then save the session id in the response as a variable to be used in subsequent calls? I was unable to find any documentation in the SOAP Connector guide for this use case.

5 REPLIES 5

Miguel
Saviynt Employee
Saviynt Employee

Hello!  Thank you for your question!   We are investigating an answer. Someone will get back to you soon.

 Miguel

Thanks, Miguel

Belwyn
Saviynt Employee
Saviynt Employee

Hi Tbonnesen, 

Thank you for reaching out to us, 

Please follow our official product documentation,   Link: https://saviynt.freshdesk.com/support/solutions/articles/43000505309-soap-connector-guide#SOAPConnec....

Please look into these below section in the above documentation.

"Creating a Connection"
"Scenario 8: When the first call gets the identifier and the identifier is used to get subsequent information."

Let us know if this helps!

Regards, 
Belwyn.

tbonnesen
New Contributor II
New Contributor II

Looks like this section shows examples for ACCOUNTIMPORTJSON. Is there examples on how this is set in the ConnectionJSON?

Dave
Community Manager
Community Manager

Hi @tbonnesen - I searched the document Belywn linked to above and saw a few mentions of ConnectionJSON in Section 17 and the Appendix. Will either of those help you?  

Cheers,
Dave

tbonnesen
New Contributor II
New Contributor II

Hello, I see 3 mentions of ConnectionJSON in the SOAP document. First two in the Appendix are explaining that the username and password fields and that they are referenced in the ConnectionJSON. The third in section 17 seems to be a provisioning json example. I am looking for an example ConnectionJSON of using a SOAP API that receives a session id/token back after providing the username and password. The session id would then be used in the other calls in the connection. Is there another document that provides this example?