Avatar

Level 1

This is 2 step process.

1. Use  xtk:session#Logon to get session token with valid credentials

2. Use the session token from step 1 to make 2nd SOAP call with actual payload.

Sometimes you can use credentials directly instead of session token. I'll try to get some sample code later on.