Hi
I’m trying to use a soap API, but it’s impossible. I have no problem with REST but I never used
Infromation :
-
The Web Service user identifies himself with 2 login/mdp pairs, the first one being the one associated to his access to the Web Service and the second one to his access to Silae. to the Web Service and the second one to Silae. If this identification does not return any error, an identification token will be assigned to him. He will have to pass this token to any request (in general, as a first argument).
-
The identification token is linked to server-side persistent data, which is no longer maintained after five minutes of inactivity.
SWS_LoginResult SWS_SiteLogin(string SWSLogin, string SWSPassword, string USRLogin, string USRPassword)
With :
- SWSLogin and SWSPassword are the credentials allowing your access to the web service
- USRLogin and USRPassword are the usual identifiers allowing your access to the Silae product
Who can help me?