Hello,
in a precedent Topic, i have read the possibility to call DocumentManagement Web Service through standard webservice client (like SoapUI, XMLSpy, etc..) using AuthenticationToken returned by the call to the Authentication Service's AuthenticateUser method.
My problem doing this procedure, is the "Invalid Username/Password" response.
Below the step I execute:
1) Get Authentication Token through Java Code;
2) Call one Web Service Operation through SoapUI with token returned on Soap Header;
Is this procedure correct or isn't possible doing this? If is correct, why i'm getting Login Error?
Thank you very much.