Logon (using GET)(Deprecated)

Purpose

Deprecated since version 9.1.5. Use this API instead: Log on (POST).

Generates the security token required to access the other web services.

Request


HTTP Request Field Field format/value Notes®
HTTP Method GET  
URL http://<hostname>:<port>/platform/webservice/pacclient/logon  
Content-Type application/xml  
Accept text/xml  
Body
<User>
     <name>%s</name> 
     <pass>%s</pass> 
</User>
 

Response


HTTP Response Field format/value Notes
Response code "200" - connection ok; otherwise connection failed  
Success Message
<User>
     <token>%s</token>
</User>
%s=return token
Failure Message
<User>
     <errMsg>%s</errMsg>
</User>
%s=return error message