11-17-2011 05:49 PM
I ran the Authenticate per Session request and received a valid session token. Using SoapUI.Then I ran a subsequent request, which is denied with error AUTH002 or error AUTH008 depending what values I add to the header, Any suggestions on how to properly use the Authenticate per Session Token?
From the Guide:
Authenticate per Session
In this approach the user first makes an Authentication web service call and authenticates
the user. The server then establishes a session for this user. As long as this session is valid,
this user can make additional web service calls. The authenticate per session request is
included in the AuthenticationService WSDL.
<soap:Header>
<AuthenticationToken>
<Username>eemino</Username>
<SessionId>5CFFA1In8gx5_ryF38j1HqN</SessionId>
</AuthenticationToken>
</soap:Header>
11-17-2011 05:49 PM
buehler?
11-17-2011 05:49 PM
from nS: In essence, right now we don't support authenticate per session through the passing of authentication token
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide