When is the Authenticate message necessary? If a userid and password is sent in the request via SSL is this suffiicient or does Authenticate need to be called?
Authenticate is mainly for demonstration and test. Every Request uses the user id and password and authenticates automatically.
Ok, good. Thanks, I was able to auth successfully.