05/18/2022 02:07 PM
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.
05/23/2022 09:15 AM
Hello! Thank you for your question! We are investigating an answer. Someone will get back to you soon.
Miguel
05/24/2022 07:21 AM
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!
05/24/2022 07:29 AM
Looks like this section shows examples for ACCOUNTIMPORTJSON. Is there examples on how this is set in the ConnectionJSON?
05/24/2022 08:32 AM
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
05/24/2022 09:36 AM
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?